Browse Source

feat: update action

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

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

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

Loading…
Cancel
Save