We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 85b2306 + 621081f commit 0d26f5dCopy full SHA for 0d26f5d
2 files changed
.github/workflows/lint.yml
@@ -8,4 +8,4 @@ concurrency:
8
9
jobs:
10
lint:
11
- uses: plus3it/actions-workflows/.github/workflows/lint.yml@5c7f269c22aaf175bb68de5e6ecd556bb1b08fff
+ uses: plus3it/actions-workflows/.github/workflows/lint.yml@78caa4f6a2b5426af0ade68fb706176ee58fda84
.github/workflows/release.yml
@@ -14,7 +14,7 @@ on:
14
15
16
release:
17
- uses: plus3it/actions-workflows/.github/workflows/release.yml@5c7f269c22aaf175bb68de5e6ecd556bb1b08fff
+ uses: plus3it/actions-workflows/.github/workflows/release.yml@78caa4f6a2b5426af0ade68fb706176ee58fda84
18
secrets:
19
release-token: ${{ secrets.GH_RELEASES_TOKEN }}
20
with:
0 commit comments