Skip to content

Commit a7b3bf5

Browse files
authored
Merge pull request #94 from uyjulian/ci_improvements_20251029
CI improvements 20251029
2 parents 2b89476 + 5d77d8c commit a7b3bf5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/compilation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
build:
1111
runs-on: ubuntu-latest
12-
container: ps2dev/ps2sdk-ports:latest
12+
container: ghcr.io/ps2dev/ps2sdk-ports:latest
1313
steps:
1414
- name: Install dependencies
1515
run: |
@@ -31,7 +31,7 @@ jobs:
3131
3232
- name: Get short SHA
3333
id: slug
34-
run: echo "sha8=$(echo ${GITHUB_SHA} | cut -c1-8)" >> $GITHUB_OUTPUT
34+
run: printf '%s\n' "sha8=$(printf '%s\n' ${GITHUB_SHA} | cut -c1-8)" >> $GITHUB_OUTPUT
3535

3636
- name: Upload artifacts
3737
if: ${{ success() }}

0 commit comments

Comments
 (0)