Skip to content

Commit 15a1b78

Browse files
committed
ci: fix set-output deprecation finally
1 parent 09197aa commit 15a1b78

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/watch-dependencies.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@ jobs:
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 }}

0 commit comments

Comments
 (0)