Skip to content

Commit

Permalink
Apply PR comments
Browse files Browse the repository at this point in the history
Signed-off-by: Crola1702 <[email protected]>
  • Loading branch information
Crola1702 committed Oct 18, 2024
1 parent 0be73c8 commit d89ddb7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/daily-workflow-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ jobs:
ruby-version: '3.2'
- name: Set report name
run: |
BRANCH=${{ github.head_ref }}
REPORT_NAME="${BRANCH/\//_}"
REPORT_NAME="${github.head_ref //\//_}"
echo "REPORT_NAME is: $REPORT_NAME"
echo "REPORT_NAME=$REPORT_NAME" >> $GITHUB_ENV
- name: Generate today's report
Expand Down

0 comments on commit d89ddb7

Please sign in to comment.