Skip to content

Commit

Permalink
CI: remove deprecated output
Browse files Browse the repository at this point in the history
  • Loading branch information
leonnicolas committed Dec 7, 2024
1 parent 5441ff6 commit 5dce42f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: Checkout
uses: actions/checkout@v4
- id: sha
run: echo "::set-output name=sha::$(git describe --always --tags --dirty)"
run: echo "sha=$(git describe --always --tags --dirty)" >> "$GITHUB_OUTPUT"
-
name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down

0 comments on commit 5dce42f

Please sign in to comment.