Skip to content

Commit

Permalink
Show report name
Browse files Browse the repository at this point in the history
Signed-off-by: Crola1702 <[email protected]>
  • Loading branch information
Crola1702 committed Oct 10, 2024
1 parent d9803d8 commit bfe3ec0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/daily-workflow-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,11 @@ jobs:
with:
ruby-version: '3.2'
- name: Set report name
env:
name: "${{ env.BRANCH_NAME }}"
run: |
echo "REPORT_NAME=${name/\//_}" >> $GITHUB_ENV
BRANCH=${{ github.head_ref }}
REPORT_NAME="${BRANCH/\//_}"
echo "REPORT_NAME is: $REPORT_NAME"
echo "REPORT_NAME=$REPORT_NAME" >> $GITHUB_ENV
- name: Generate today's report
run: |
cd database/scripts
Expand Down

0 comments on commit bfe3ec0

Please sign in to comment.