Skip to content

Commit 11fc4b8

Browse files
committed
Correct conditional step
1 parent 117128d commit 11fc4b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
${{ runner.os }}-
6060

6161
- name: Setup Composer Token
62-
if: ${{ secrets.COMPOSER_TOKEN }}
62+
if: secrets.COMPOSER_TOKEN
6363
run: composer config github-oauth.github.com ${{ secrets.COMPOSER_TOKEN }}
6464

6565
- name: Install Project Dependencies

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
${{ runner.os }}-
5555

5656
- name: Setup Composer Token
57-
if: ${{ secrets.COMPOSER_TOKEN }}
57+
if: secrets.COMPOSER_TOKEN
5858
run: composer config github-oauth.github.com ${{ secrets.COMPOSER_TOKEN }}
5959

6060
- name: Install Project Dependencies

0 commit comments

Comments
 (0)