Skip to content

Commit

Permalink
ci: Use the current stable version for the mirror action
Browse files Browse the repository at this point in the history
Signed-off-by: Andrei Gherzan <[email protected]>
  • Loading branch information
Andrei Gherzan committed Feb 22, 2022
1 parent 0c5c1c9 commit e39a0a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: Yocto Git Mirror
runs-on: [self-hosted, Linux]
steps:
- uses: agherzan/git-mirror-me-action@main
- uses: agherzan/git-mirror-me-action@v1.0.0
env:
SSH_PRIVATE_KEY: ${{ secrets.YOCTO_META_RASPBERRYPI_SSH_PRIVATE_KEY }}
SSH_KNOWN_HOSTS: ${{ secrets.YOCTO_META_RASPBERRYPI_SSH_KNOWN_HOSTS }}
Expand Down

0 comments on commit e39a0a5

Please sign in to comment.