Skip to content

Commit

Permalink
Set ouputs step after checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
webhdx committed Aug 7, 2024
1 parent da2304a commit f92f2b6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/10-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ jobs:
rm -rf "${{ github.workspace }}"
mkdir -p "${{ github.workspace }}"
- name: Set outputs
id: vars
run: echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT

- name: Login to GitHub Container Registry
uses: docker/login-action@v3
with:
Expand All @@ -36,6 +32,10 @@ jobs:
- name: Checkout PicoBoot code
uses: actions/checkout@v4

- name: Set outputs
id: vars
run: echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT

- uses: robinraju/release-downloader@v1
id: gekkoboot-download
with:
Expand Down

0 comments on commit f92f2b6

Please sign in to comment.