mirror of
https://github.com/elgohr/Publish-Docker-Github-Action.git
synced 2026-03-15 09:21:00 -04:00
♻️ Correct syntax
This commit is contained in:
2
.github/workflows/assign.yml
vendored
2
.github/workflows/assign.yml
vendored
@@ -7,7 +7,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: pozil/auto-assign-issue@v1
|
- uses: pozil/auto-assign-issue@v1
|
||||||
if: github.actor != "dependabot[bot]"
|
if: github.actor != 'dependabot[bot]'
|
||||||
with:
|
with:
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
assignees: elgohr
|
assignees: elgohr
|
||||||
Reference in New Issue
Block a user