Skip to content

Commit

Permalink
linux-eic-shell.yml: pass PIPELINE_NAME_CONTAINER
Browse files Browse the repository at this point in the history
This is needed to display a human-friendly pipeline name on eicweb.

https://eicweb.phy.anl.gov/containers/eic_container/-/commit/7d9d792dfcab74311dc5beea7bb45e965bb40df7
  • Loading branch information
veprbl authored May 18, 2024
1 parent bc1809e commit 8aec704
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/linux-eic-shell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -929,7 +929,9 @@ jobs:
GITHUB_SHA=${{ github.event.pull_request.head.sha || github.sha }}
GITHUB_PR=${{ github.event.pull_request.number }}
EICRECON_VERSION="${{ github.event.pull_request.head.ref || github.ref_name }}"
- run: |
PIPELINE_NAME_CONTAINER=${{ github.repository }}: ${{ github.event.pull_request.title || github.ref_name }}
- name: Post a GitHub CI status
run: |
gh api \
--method POST \
-H "Accept: application/vnd.github+json" \
Expand Down

0 comments on commit 8aec704

Please sign in to comment.