Browse Source

feat: update action

pull/1367/head
natdeanlewissoftwire 3 years ago
parent
commit
e31f0bb53d
  1. 3
      .github/workflows/github-actions-demo.yml

3
.github/workflows/github-actions-demo.yml

@ -1,9 +1,10 @@
name: GitHub Action
run-name: Test action
on: [push]
permissions: write-all
jobs:
test-action:
# permissions: write-all, read_all
runs-on: ubuntu-latest
steps:
- run: echo ${{ github.event_name }}

Loading…
Cancel
Save