diff --git a/.github/workflows/issue-pr-create.yml b/.github/workflows/issue-pr-create.yml index b40ea47..6b69ac3 100644 --- a/.github/workflows/issue-pr-create.yml +++ b/.github/workflows/issue-pr-create.yml @@ -23,11 +23,17 @@ jobs: with: egress-policy: audit + - env: + CONTEXT: ${{ toJSON(github.event) }} + run: | + echo "$CONTEXT" + + - uses: devops-actions/issue-comment-tag@ec5e2b8d5f031330ff19bf4ee5b5252b1176995a # v0.1.8 with: - team: ${{ vars.tag_team }} + team: ${{ vars.TAG_TEAM }} issue: ${{ github.event.issue.number }} pr: ${{ github.event.pull_request.number }} owner: ${{ github.repository_owner }} repo: ${{ github.repository }} - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}