From 6efa1ba4dc0eec67f7322dbadb7bc325dee689b5 Mon Sep 17 00:00:00 2001 From: kardonv Date: Fri, 28 Jul 2023 17:45:39 +0300 Subject: [PATCH 1/6] Update github-actions-demo.yml --- .github/workflows/github-actions-demo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-actions-demo.yml b/.github/workflows/github-actions-demo.yml index 68de3f9..f5ff769 100644 --- a/.github/workflows/github-actions-demo.yml +++ b/.github/workflows/github-actions-demo.yml @@ -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) }} From 9e15beb8d713f598c6131b978f174595a5b737a4 Mon Sep 17 00:00:00 2001 From: kardonv Date: Fri, 28 Jul 2023 17:47:11 +0300 Subject: [PATCH 2/6] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 229e377..eb4b90c 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ # actions-test update +ghj From 2dececa959d7a5c57a773f77380930f9ac6fd4ce Mon Sep 17 00:00:00 2001 From: kardonv Date: Fri, 28 Jul 2023 17:48:02 +0300 Subject: [PATCH 3/6] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index eb4b90c..8dea1d9 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ # actions-test update ghj +csdsd From 99fb99f6c431c988e660b2df50ff45ed44d11749 Mon Sep 17 00:00:00 2001 From: kardonv Date: Fri, 28 Jul 2023 17:48:33 +0300 Subject: [PATCH 4/6] Update github-actions-demo.yml --- .github/workflows/github-actions-demo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-actions-demo.yml b/.github/workflows/github-actions-demo.yml index f5ff769..81c5625 100644 --- a/.github/workflows/github-actions-demo.yml +++ b/.github/workflows/github-actions-demo.yml @@ -1,6 +1,6 @@ name: GitHub Actions Demo 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 From b0fe8b4133e852aaab83faa16e4e1ef5f84d688c Mon Sep 17 00:00:00 2001 From: kardonv Date: Fri, 28 Jul 2023 17:48:50 +0300 Subject: [PATCH 5/6] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8dea1d9..511591b 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,4 @@ update ghj csdsd +ddsf From 833b5a32a1284165a215b602367c855afbe091bd Mon Sep 17 00:00:00 2001 From: kardonv Date: Fri, 28 Jul 2023 17:50:03 +0300 Subject: [PATCH 6/6] Update github-actions-demo.yml --- .github/workflows/github-actions-demo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-actions-demo.yml b/.github/workflows/github-actions-demo.yml index 81c5625..be47b12 100644 --- a/.github/workflows/github-actions-demo.yml +++ b/.github/workflows/github-actions-demo.yml @@ -1,4 +1,4 @@ -name: GitHub Actions Demo +name: GitHub Actions Demo 1 run-name: ${{ github.actor }} pushed new changes to ${{ github.head_ref }} 🚀 on: [push] jobs: