Skip to content

Commit

Permalink
Remove double brackets and test with one slash
Browse files Browse the repository at this point in the history
Signed-off-by: Crola1702 <cristobal.arroyo@ekumenlabs.com>
  • Loading branch information
Crola1702 committed Oct 18, 2024
1 parent bd1f8bc commit 811171f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/daily-workflow-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
ruby-version: '3.2'
- name: Set report name
run: |
REPORT_NAME="${{ github.head_ref //\//_}}"
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 811171f

Please sign in to comment.