mirror of
https://github.com/crazy-max/ghaction-import-gpg.git
synced 2024-11-26 06:51:07 -05:00
Update workflows
This commit is contained in:
parent
2c6600a9ab
commit
a3d1eb147a
2 changed files with 3 additions and 3 deletions
2
.github/workflows/automerge.yml
vendored
2
.github/workflows/automerge.yml
vendored
|
@ -31,7 +31,7 @@ jobs:
|
||||||
MERGE_COMMIT_MESSAGE: automatic
|
MERGE_COMMIT_MESSAGE: automatic
|
||||||
-
|
-
|
||||||
name: Dispatch event
|
name: Dispatch event
|
||||||
uses: actions/github-script@0.9.0
|
uses: actions/github-script@v1
|
||||||
with:
|
with:
|
||||||
github-token: ${{secrets.GITHUB_TOKEN}}
|
github-token: ${{secrets.GITHUB_TOKEN}}
|
||||||
script: |
|
script: |
|
||||||
|
|
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -26,7 +26,7 @@ jobs:
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
-
|
-
|
||||||
name: Get test key and passphrase
|
name: Get test key and passphrase
|
||||||
uses: actions/github-script@0.9.0
|
uses: actions/github-script@v1
|
||||||
id: test
|
id: test
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
|
@ -68,7 +68,7 @@ jobs:
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
-
|
-
|
||||||
name: Get test key and passphrase
|
name: Get test key and passphrase
|
||||||
uses: actions/github-script@0.9.0
|
uses: actions/github-script@v1
|
||||||
id: test
|
id: test
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
|
|
Loading…
Reference in a new issue