Browse Source

feat: update action

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

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

@ -6,6 +6,7 @@ jobs:
permissions: write-all
runs-on: ubuntu-latest
steps:
- run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
- name: Create or Update Comment
uses: peter-evans/create-or-update-comment@v2.1.1
with:

Loading…
Cancel
Save