Skip to content

Commit

Permalink
Update prod-update.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pieceowater authored Sep 16, 2024
1 parent 3fb0a07 commit 3dac7d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prod-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- name: Extract repository name
id: extract_repo_name
run: echo "REPO_NAME=$(echo ${{ github.repository }} | cut -d'/' -f2)" >> $GITHUB_ENV
run: echo "REPO_NAME=$(echo ${{ github.repository }} | tr '[:upper:]' '[:lower:]' | cut -d'/' -f2)" >> $GITHUB_ENV

- name: Clone & Update repository
run: |
Expand Down

0 comments on commit 3dac7d5

Please sign in to comment.