Skip to content

Commit

Permalink
Update calibre-fullserver-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ridgarou authored Dec 19, 2021
1 parent b99bdd3 commit e252d13
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/calibre-fullserver-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,15 @@ jobs:

- name: Create image Flag
run: |
# disable command workflow processing
echo "::stop-commands::`echo -n ${{ github.token }} | sha256sum | head -c 64`"
# log untrusted output
export FLAG=$(date +%s)
echo "::set-env name=FLAG::$FLAG"
# enable workflow command processing
echo "::`echo -n ${{ github.token }} | sha256sum | head -c 64`::"
- name: Set up QEMU
uses: docker/setup-qemu-action@v1
Expand Down

0 comments on commit e252d13

Please sign in to comment.