Skip to content

Commit d5ada9f

Browse files
authored
Use environment file for output
1 parent 0e79c57 commit d5ada9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rsync-docker-bump.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Get latest rsync tag
1616
id: latest_tag
1717
run: |
18-
curl --silent "https://api.github.com/repos/WayneD/rsync/tags" | jq -r '.[].name' | grep -m1 -v pre | xargs -I {} echo "::set-output name=latest_tag::{}"
18+
curl --silent "https://api.github.com/repos/WayneD/rsync/tags" | jq -r '.[].name' | grep -m1 -v pre | xargs -I {} echo "name=latest_tag::{}" >> $GITHUB_OUTPUT
1919
2020
- name: Update Dockerfile with latest tag
2121
run: |

0 commit comments

Comments
 (0)