We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6d6442 commit 805dda2Copy full SHA for 805dda2
1 file changed
action.yaml
@@ -36,7 +36,7 @@ runs:
36
using: composite
37
steps:
38
- name: Checkout
39
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.3
+ uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
40
with:
41
token: ${{ inputs.github_token }}
42
@@ -63,4 +63,4 @@ runs:
63
echo "Committing and pushing changes"
64
git add ${{ inputs.yaml_file_path }}
65
git commit --allow-empty -m "ci(gitops): ${{ inputs.commit_message }}"
66
- git push -u origin ${{ inputs.target_branch }}
+ git push -u origin ${{ inputs.target_branch }}
0 commit comments