Skip to content

Commit

Permalink
match command syntax from actions repo
Browse files Browse the repository at this point in the history
  • Loading branch information
bkiahstroud committed Jul 14, 2024
1 parent 804618d commit 11ef09d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:
- name: Set env
run: echo "TAG=${GITHUB_SHA::8}" >> $GITHUB_ENV
- name: Downcase repo
run: echo "REPO_LOWER=${REPO,,}" >> $GITHUB_ENV
run: |
echo "REPO_LOWER=${REPO,,}" >> $GITHUB_ENV
env:
REPO: '${{ github.repository }}'
- name: Checkout code
Expand Down

0 comments on commit 11ef09d

Please sign in to comment.