Skip to content

Commit

Permalink
pass GITHUB_ACTOR GITHUB_HEAD_REF to the build
Browse files Browse the repository at this point in the history
  • Loading branch information
openoms committed Dec 5, 2022
1 parent c0a6ea3 commit 4ee7045
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/amd64-image-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Run the build script
run: |
cd ci/amd64
bash packer.build.amd64.sh
bash packer.build.amd64.sh $GITHUB_ACTOR $GITHUB_HEAD_REF
- name: Compute checksum of the raw image
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/arm64-rpi-image-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Run the build script
run: |
cd ci/arm64-rpi
bash arm64-rpi.sh
bash arm64-rpi.sh $GITHUB_ACTOR $GITHUB_HEAD_REF
- name: Compute checksum of the raw image
run: |
Expand Down

0 comments on commit 4ee7045

Please sign in to comment.