File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 8282 run : |
8383 pip install PyGithub
8484 ./scripts/get-prs.py \
85- ${{matrix.github_repo }} \
86- ${{steps.local.outputs.version }} \
87- ${{steps.latest.outputs.version }} \
85+ ${{ matrix.repository }} \
86+ ${{ steps.local.outputs.tag }} \
87+ ${{ steps.latest.outputs.tag }} \
8888 --write-github-actions-output=prs
8989 env :
9090 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
@@ -211,9 +211,9 @@ jobs:
211211 run : |
212212 pip install PyGithub
213213 ./scripts/get-prs.py \
214- ${{matrix.github_repo}} \
215- ${{steps.local.outputs.version}} \
216- ${{steps.latest.outputs.version}} \
214+ ${{ matrix.github_repo }} \
215+ ${{ steps.local.outputs.version }} \
216+ ${{ steps.latest.outputs.version }} \
217217 --write-github-actions-output=prs
218218 env :
219219 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments