Skip to content

Commit

Permalink
fix: ensure file is executable and also call it correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
jose-fully-ported committed Oct 21, 2023
1 parent ea2d53c commit 74795e0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/sync-remote-directory/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ runs:
sort -uo vendored-charts vendored-charts
- name: Modify ack-chart if necessary
shell: bash
run: script/rebuild-ack-cart "${{ inputs.target_directory }}"
run: scripts/rebuild-ack-chart "${{ inputs.target_directory }}"
- name: Create PR
uses: peter-evans/create-pull-request@v5
with:
Expand Down
Empty file modified scripts/rebuild-ack-chart
100644 → 100755
Empty file.

0 comments on commit 74795e0

Please sign in to comment.