Skip to content

Commit

Permalink
Use new github output mechanism to set the date.
Browse files Browse the repository at this point in the history
  • Loading branch information
DFINITYManu committed Aug 22, 2024
1 parent cefab90 commit 1858dee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rollout-dashboard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
steps:
- name: Set month and year for cache key
id: date
run: echo "::set-output name=date::$(date +'%Y-%m')"
run: echo "date=$(date +'%Y-%m')" >> "$GITHUB_OUTPUT"
- uses: actions/checkout@v4
- name: Move backend files to source root
run: mv -f rollout-dashboard/server/* .
Expand Down

0 comments on commit 1858dee

Please sign in to comment.