Skip to content

Commit

Permalink
Merge pull request #88 from Cardinal-Cryptography/fix-old-add-and-commit
Browse files Browse the repository at this point in the history
INFRA-92: fix outdated action
  • Loading branch information
CezaryKierzyk authored Dec 3, 2024
2 parents fa6a706 + 092717f commit 764e12f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/deploy/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ runs:
git config --global user.signingkey $(echo ${{ inputs.autocommit-gpg-key-fingerprint }} | tail -c 17)
- name: GIT | Commit changes to aleph-apps repository
uses: EndBug/add-and-commit@v5.1.0
uses: EndBug/add-and-commit@v9.1.4
env:
GITHUB_TOKEN: ${{ inputs.github_token }}
with:
Expand Down

0 comments on commit 764e12f

Please sign in to comment.