diff --git a/.github/workflows/github-actions-demo.yml b/.github/workflows/github-actions-demo.yml index 68de3f9..be47b12 100644 --- a/.github/workflows/github-actions-demo.yml +++ b/.github/workflows/github-actions-demo.yml @@ -1,6 +1,6 @@ -name: GitHub Actions Demo +name: GitHub Actions Demo 1 run-name: ${{ github.actor }} pushed new changes to ${{ github.head_ref }} 🚀 -on: [pull_request_target] +on: [push] jobs: Explore-GitHub-Actions: runs-on: ubuntu-latest @@ -15,4 +15,4 @@ jobs: - name: List files in the repository run: | ls ${{ github.workspace }} - - run: echo "🍏 This job's status is ${{ job.status }}." + - run: echo ${{ toJson(github) }} diff --git a/README.md b/README.md index 229e377..511591b 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,5 @@ # actions-test update +ghj +csdsd +ddsf