Skip to content

Commit

Permalink
Merge pull request #5 from Doist/deorus/gh-workflow-set-output
Browse files Browse the repository at this point in the history
ci: Remove deprecated set-output usage
  • Loading branch information
hostmaster authored Nov 24, 2022
2 parents ac34f20 + a4e78fd commit e7d3cfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- run: |
echo ::set-output name=short::$(git rev-parse --short=7 ${{ github.sha }})
echo short=$(git rev-parse --short=7 ${{ github.sha }}) >> $GITHUB_OUTPUT
id: git
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
Expand Down

0 comments on commit e7d3cfb

Please sign in to comment.