Skip to content

Commit

Permalink
Upgrade deprecated set-* (#3013)
Browse files Browse the repository at this point in the history
  • Loading branch information
rez1dent3 committed Oct 24, 2022
1 parent 5131abd commit a59fd48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_scoped_rector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
-
name: "Get Git log"
id: git-log
run: echo ::set-output name=log::$(git log ${{ github.event.before }}..${{ github.event.after }} --reverse --pretty='%H %s' | sed -e 's/^/https:\/\/github.com\/rectorphp\/rector-src\/commit\//')
run: echo "log=$(git log ${{ github.event.before }}..${{ github.event.after }} --reverse --pretty='%H %s' | sed -e 's/^/https:\/\/github.com\/rectorphp\/rector-src\/commit\//')" >> $GITHUB_OUTPUT

# 8.A publish it to remote repository without tag
-
Expand Down

0 comments on commit a59fd48

Please sign in to comment.