Skip to content

Commit

Permalink
🤦‍♀️
Browse files Browse the repository at this point in the history
  • Loading branch information
mazhelez committed Jun 22, 2023
1 parent 719d8fc commit b29df55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Actions/FetchProjectDependencies/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ runs:
env:
gitHubToken: ${{ github.token }}
run:
${{ github.action_path }}/FetchProjectDependencies.ps1 -project '${{ inputs.project }}' -buildMode '${{ inputs.buildMode }}' -projectsDependenciesJson '${{ inputs.projectsDependenciesJson }}' -baseBranch '${{ github.base_ref }}' -baseFolder '${{ github.workspace }}'' -destinationPath '${{ inputs.destinationPath }}' -token '${{ github.token }}'
${{ github.action_path }}/FetchProjectDependencies.ps1 -project '${{ inputs.project }}' -buildMode '${{ inputs.buildMode }}' -projectsDependenciesJson '${{ inputs.projectsDependenciesJson }}' -baseBranch '${{ github.base_ref }}' -baseFolder '${{ github.workspace }}' -destinationPath '${{ inputs.destinationPath }}' -token '${{ github.token }}'
branding:
icon: terminal
color: blue

0 comments on commit b29df55

Please sign in to comment.