mirror of
https://github.com/crazy-max/ghaction-import-gpg.git
synced 2024-11-08 22:43:33 -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
|
||||
-
|
||||
name: Dispatch event
|
||||
uses: actions/github-script@0.9.0
|
||||
uses: actions/github-script@v1
|
||||
with:
|
||||
github-token: ${{secrets.GITHUB_TOKEN}}
|
||||
script: |
|
||||
|
|
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -26,7 +26,7 @@ jobs:
|
|||
uses: actions/checkout@v2
|
||||
-
|
||||
name: Get test key and passphrase
|
||||
uses: actions/github-script@0.9.0
|
||||
uses: actions/github-script@v1
|
||||
id: test
|
||||
with:
|
||||
script: |
|
||||
|
@ -68,7 +68,7 @@ jobs:
|
|||
uses: actions/checkout@v2
|
||||
-
|
||||
name: Get test key and passphrase
|
||||
uses: actions/github-script@0.9.0
|
||||
uses: actions/github-script@v1
|
||||
id: test
|
||||
with:
|
||||
script: |
|
||||
|
|
Loading…
Reference in a new issue