Skip to content

Commit

Permalink
feat: update workflow-tester89
Browse files Browse the repository at this point in the history
Signed-off-by: Guillaume Falourd <[email protected]>
  • Loading branch information
GuillaumeFalourd committed Sep 19, 2023
1 parent 73ce169 commit 5176d03
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/workflow-tester89.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,13 @@ jobs:
steps:
- name: Check Day of the Week
id: check_day
run: echo "::set-output name=day::$(date +%u)"
run: |
echo date +%u
echo "day=$(date +%u)" >> $GITHUB_OUTPUT
reusable:
needs: [bd_scan]
if: ${{ needs.bd_scan.outputs.day < '5' }}
if: ${{ needs.bd_scan.outputs.day < 5 }}
uses: GuillaumeFalourd/poc-github-actions/.github/workflows/workflow-tester88-reusable.yml@main
with:
stage: ${{ needs.bd_scan.outputs.day }}
Expand Down

0 comments on commit 5176d03

Please sign in to comment.