File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 80
80
branch=$(gh pr view $pr_number --repo $repo --json headRefName --jq '.headRefName')
81
81
repo_url=$(gh pr view $pr_number --repo $repo --json headRepository --jq '.headRepository.url')
82
82
fi
83
- echo "::set-output name=branch::$branch"
84
- echo "::set-output name=repo::$repo_url"
83
+ {
84
+ echo "BRANCH=$branch"
85
+ echo "REPO=$repo_url"
86
+ } >> $GITHUB_OUTPUT
85
87
86
88
checkout :
87
89
needs : fetch-branch
97
99
with :
98
100
path : ${{ github.run_id }}/HOMEgfs
99
101
submodules : ' recursive'
100
- repository : ${{ needs.fetch -branch.outputs.repo }}
101
- ref : ${{ needs.fetch -branch.outputs.branch }}
102
+ repository : ${{ steps.git -branch.outputs.BRANCH }}
103
+ ref : ${{ steps.git -branch.outputs.REPO }}
102
104
103
105
build-link :
104
106
needs : checkout
You can’t perform that action at this time.
0 commit comments