Skip to content

Commit

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

test:
needs: [linting, manifest]
Expand Down

0 comments on commit c93ed3a

Please sign in to comment.