From f113aa5be93996cdd4b03578f48d2f83d0432942 Mon Sep 17 00:00:00 2001 From: stam Date: Sun, 17 Jan 2021 03:16:24 +0300 Subject: [PATCH] Update json-master.yml --- .github/workflows/json-master.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/json-master.yml b/.github/workflows/json-master.yml index 641825f..744c4a9 100644 --- a/.github/workflows/json-master.yml +++ b/.github/workflows/json-master.yml @@ -48,12 +48,3 @@ jobs: commit_user_name: stamepicmorg # defaults to "GitHub Actions" commit_user_email: stamepicmorg@users.noreply.github.com # defaults to "actions@github.com" commit_author: stamepicmorg # defaults to author of the commit that triggered the run - - name: "Run if changes have been detected" - if: steps.auto-commit-action.outputs.changes_detected == 'true' - run: | - echo "Changes!" - curl -s --data-urlencode -X POST ${{ secrets.TLG_URL }} -d chat_id=${{ secrets.TLG_CHAT }} -d text="${{ secrets.TLG_TEXT }}" -d "parse_mode=HTML" >> /dev/null - - - name: "Run if no changes have been detected" - if: steps.auto-commit-action.outputs.changes_detected == 'false' - run: echo "No Changes!" \ No newline at end of file