Skip to content

Commit

Permalink
ci: Fix workflow call
Browse files Browse the repository at this point in the history
  • Loading branch information
geokrety-bot committed Aug 8, 2023
1 parent 8a87208 commit 8d78c3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ jobs:
if: "!contains(github.event.head_commit.message, 'skip ci')"
runs-on: ubuntu-latest
steps:
- uses: geokrety/geokrety-gha-workflows/.github/actions/pre-commit
- uses: geokrety/geokrety-gha-workflows/.github/actions/pre-commit@main
2 changes: 1 addition & 1 deletion .github/workflows/version-set.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: geokrety/geokrety-gha-workflows/.github/actions/version-set
- uses: geokrety/geokrety-gha-workflows/.github/actions/version-set@main
with:
token: ${{ secrets.GH_TOKEN }}

0 comments on commit 8d78c3c

Please sign in to comment.