committed by
GitHub
parent
dda7a419b6
commit
e69c0c047e
18
.github/workflows/build.yml
vendored
18
.github/workflows/build.yml
vendored
@@ -7,14 +7,14 @@ on:
|
||||
jobs:
|
||||
|
||||
build:
|
||||
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- name: Verify action syntax
|
||||
# The action should not publish any real changes, but should succeed.
|
||||
uses: './'
|
||||
with:
|
||||
github_token: '${{ secrets.GITHUB_TOKEN }}'
|
||||
branch: '${{ github.ref }}'
|
||||
- uses: actions/checkout@master
|
||||
- name: Verify action syntax
|
||||
# The action should not publish any real changes, but should succeed.
|
||||
uses: './'
|
||||
with:
|
||||
github_token: '${{ secrets.GITHUB_TOKEN }}'
|
||||
branch: '${{ github.ref }}'
|
Reference in New Issue
Block a user