Skip to content

Commit 88e01fd

Browse files
authored
Merge pull request #336 from tekktrik/dev/report-dep-fix
Fix setting output
2 parents 6174d7e + 4bfee9c commit 88e01fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/reports_cron.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ jobs:
5151
- name: Set Date Variable
5252
id: today
5353
run: |
54-
echo ::set-output name=date::$(
54+
echo date=$(
5555
date +%Y%m%d
56-
)
56+
) >> $GITHUB_OUTPUT
5757
- name: Run adabot.circuitpython_libraries
5858
env:
5959
# LIB_CHECK_CP_FILE is for circuitpython_libraries.py output

0 commit comments

Comments
 (0)