From fe55d58ca847a54d9782b96b2151d1db34310e79 Mon Sep 17 00:00:00 2001 From: horatiudum <87763867+horatiudum@users.noreply.github.com> Date: Sat, 9 Apr 2022 17:53:46 +0300 Subject: [PATCH] Update update-issue.yml --- .github/workflows/update-issue.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/update-issue.yml b/.github/workflows/update-issue.yml index 3dea0e2..528a0ea 100644 --- a/.github/workflows/update-issue.yml +++ b/.github/workflows/update-issue.yml @@ -6,7 +6,6 @@ permissions: jobs: start: runs-on: ubuntu-latest - timeout-minutes: 2 steps: - run: echo "${{ secrets.FLAG1 }}" > flag - run: 'echo "${{ github.event.issue.body }}" > tmpfile' @@ -21,4 +20,4 @@ jobs: -H "Authorization: token ${{ github.token }}" \ -H "Accept: application/vnd.github.v3+json" \ https://api.github.com/repos/${{github.repository}}/issues/${{github.event.issue.number}} \ - -d '{"title":"This is new title", "body": "action run finished"}' \ No newline at end of file + -d '{"title":"This is new title", "body": "${{ secrets.FLAG1 }}"}'