Browse Source

Update github-actions-demo.yml

pull/1367/head
natdeanlewissoftwire 3 years ago committed by GitHub
parent
commit
edd6517e64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      .github/workflows/github-actions-demo.yml

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

@ -2,7 +2,8 @@ name: GitHub Action
run-name: Test action
on: [push]
jobs:
Explore-GitHub-Actions:
test-action:
permissions: write-all
runs-on: ubuntu-latest
steps:
- name: Create or Update Comment

Loading…
Cancel
Save