Skip to content

Commit

Permalink
Merge pull request #12 from leonnicolas/ci-remove-deprecated-output
Browse files Browse the repository at this point in the history
CI: remove deprecated output
  • Loading branch information
leonnicolas authored Dec 9, 2024
2 parents 5441ff6 + 5dce42f commit 6d138e4
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 6d138e4

Please sign in to comment.