Skip to content

Commit

Permalink
chore: replace deprecated "::set-output"
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliusroemer authored Feb 12, 2024
1 parent 5984b9a commit c553a2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-argocd-metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Get SHA - length 7
id: get_sha
run: |
echo "::set-output name=sha::$(echo ${GITHUB_SHA} | cut -c1-7)"
echo "sha=$(echo ${GITHUB_SHA} | cut -c1-7)" >> $GITHUB_OUTPUT
- name: Wait for Backend Docker Image
uses: lewagon/wait-on-check-action@v1.3.3
Expand Down

0 comments on commit c553a2f

Please sign in to comment.