We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1b57e4 commit 4c95be7Copy full SHA for 4c95be7
.github/workflows/linters.yml
@@ -9,7 +9,7 @@ jobs:
9
- name: Check out code into the Go module directory
10
uses: actions/checkout@v1
11
- name: Commitsar check
12
- uses: docker://outillage/commitsar
+ uses: docker://aevea/commitsar
13
golangci-lint:
14
name: runner / golangci-lint
15
runs-on: ubuntu-latest
.github/workflows/release.yml
@@ -12,6 +12,6 @@ jobs:
- name: Release Notary
- uses: docker://outillage/release-notary
+ uses: docker://aevea/release-notary
16
env:
17
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments