Skip to content

Commit

Permalink
docs(actions): improve ci job highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesIves committed Oct 3, 2024
1 parent 8568455 commit 8449eb0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
GAME=${GAME%-legacy}
echo "GAME=$GAME" >> $GITHUB_ENV
- name: Replace fallback value in Dockerfile and entrypoint.sh
- name: Replace fallback value in Dockerfile and entrypoint.sh 📝
working-directory: ./container
run: |
sed -i "s/\${GAME:-valve}/\${GAME:-${{ env.GAME }}}/g" Dockerfile
Expand Down Expand Up @@ -163,7 +163,7 @@ jobs:
IMAGE=jives/hlds:${{ matrix.game }}-beta
VERSION=beta
- name: Set repo owner to lowercase
- name: Set repo owner to lowercase 📝
id: repo_owner
run: |
REPO_OWNER=$(echo ${{ github.repository_owner }} | awk '{print tolower($0)}')
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
GAME=${GAME%-legacy}
echo "GAME=$GAME" >> $GITHUB_ENV
- name: Replace fallback value in Dockerfile and entrypoint.sh
- name: Replace fallback value in Dockerfile and entrypoint.sh 📝
working-directory: ./container
run: |
sed -i "s/\${GAME:-valve}/\${GAME:-${{ env.GAME }}}/g" Dockerfile
Expand Down Expand Up @@ -187,7 +187,7 @@ jobs:
VERSION=${{ needs.version.outputs.version }}
IMAGE=jives/hlds:${{ matrix.game }}-${{ needs.version.outputs.version }}
- name: Set repo owner to lowercase
- name: Set repo owner to lowercase 📝
id: repo_owner
run: |
REPO_OWNER=$(echo ${{ github.repository_owner }} | awk '{print tolower($0)}')
Expand Down

0 comments on commit 8449eb0

Please sign in to comment.