Skip to content

Commit

Permalink
[CI] Remove echo of triggering workflow run context
Browse files Browse the repository at this point in the history
It causes failures with:

```
/home/runner/work/_temp/acc7eefc-4c97-4c1a-81bb-02b1c77b9e78.sh: line 42: syntax error near unexpected token `('
```

because `head_commit.message` might contain un-sanitized characters.

This was only kept for verbosity, it's not strictly necessary.
  • Loading branch information
zakkak committed Dec 9, 2023
1 parent 99bcf75 commit 623fc9d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/github-issue-updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ jobs:
shell: bash
run: |
echo "Triggering Workflow Run ID: ${{ github.event.workflow_run.id }}"
- name: Get Triggering Workflow Run context
shell: bash
run: |
echo "Triggering Workflow Run Context: ${{ toJson(github.event.workflow_run) }}"
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
Expand Down

0 comments on commit 623fc9d

Please sign in to comment.