Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Su <derek.su@suse.com>
  • Loading branch information
derekbit committed Jan 8, 2025
1 parent ea24cf6 commit 51b06e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-branch-image-versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v4

- name: Update repo branch image tags
run: ./.github/workflows/update-repo-branch-image-tags.sh ${{ inputs.branch }} ${{ inputs.tag }}
run: bash ./.github/workflows/update-repo-branch-image-tags.sh ${{ inputs.branch }} ${{ inputs.tag }}

- name: Create Pull Request
uses: peter-evans/create-pull-request@v7
Expand Down

0 comments on commit 51b06e1

Please sign in to comment.