From 1772df6ba8928095153ef85994515197589c4538 Mon Sep 17 00:00:00 2001 From: natdeanlewissoftwire Date: Thu, 2 Mar 2023 14:38:33 +0000 Subject: [PATCH] feat: update action --- .github/workflows/github-actions-demo.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/github-actions-demo.yml b/.github/workflows/github-actions-demo.yml index de212921a..9a5e97565 100644 --- a/.github/workflows/github-actions-demo.yml +++ b/.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: