Skip to content

Commit

Permalink
workflow: using diffrent variable
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMysterius committed Aug 30, 2024
1 parent 5a7ec6a commit b413c30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- name: Lowercase Repository
shell: bash
run: echo "repo=${GITHUB_REPOSITORY,,}" >> $GITHUB_OUTPUT
run: echo "repo=${${{ github.repository }},,}" >> $GITHUB_OUTPUT
id: lowercase_repository

- name: Build and Push
Expand Down

0 comments on commit b413c30

Please sign in to comment.