Skip to content

Commit

Permalink
Fix permission of update-workspace-dependencies.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
EduardGomezEscandell committed Sep 14, 2023
1 parent 30e9cbf commit 9336fb1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/actions/update-workspace-dependencies/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,7 @@ runs:
sudo DEBIAN_FRONTEND=noninteractive apt install -y jq
- name: Update workspace dependencies
shell: bash
run: ${{ github.action_path }}/update-workspace-dependencies.sh "${{ github.repository }}" "wsl-pro-service"
run: |
chmod +x ${{ github.action_path }}/update-workspace-dependencies.sh
${{ github.action_path }}/update-workspace-dependencies.sh "${{ github.repository }}" "wsl-pro-service"

0 comments on commit 9336fb1

Please sign in to comment.