Skip to content

Commit

Permalink
Actually fixed workflow?
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorTatarnikov committed Nov 26, 2024
1 parent c93ed3a commit f82d36f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,10 @@ jobs:
runs-on: ubuntu-latest
outputs:
week_number: ${{ steps.get-week-number.outputs.week_number }}
run:
echo "week_number=$(/bin/date -u "+%V")" >> $GITHUB_OUTPUT
steps:
- name: Get week number
run:
echo "week_number=$(/bin/date -u "+%V")" >> $GITHUB_OUTPUT

test:
needs: [linting, manifest]
Expand Down

0 comments on commit f82d36f

Please sign in to comment.