mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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
1 changed files with 0 additions and 7 deletions
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…
Add table
Add a link
Reference in a new issue