CICD: Remove Environment Dumping in Artifact Comment Workflow.
Signed-off-by: Michael Keller <mikeller@042.ch>
This commit is contained in:
parent
912badadd4
commit
b3d6920de4
7
.github/workflows/artifact-links.yml
vendored
7
.github/workflows/artifact-links.yml
vendored
@ -11,13 +11,6 @@ jobs:
|
|||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Dump GitHub context
|
|
||||||
env:
|
|
||||||
GITHUB_CONTEXT: ${{ toJson(github) }}
|
|
||||||
run: |
|
|
||||||
echo "GitHub context: $GITHUB_CONTEXT"
|
|
||||||
|
|
||||||
|
|
||||||
- name: Add artifact links to PR and issues
|
- name: Add artifact links to PR and issues
|
||||||
if: github.event.workflow_run.event == 'pull_request'
|
if: github.event.workflow_run.event == 'pull_request'
|
||||||
uses: tonyhallett/artifacts-url-comments@v1.1.0
|
uses: tonyhallett/artifacts-url-comments@v1.1.0
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user