Skip to content

Commit 988401d

Browse files
authored
Update envsubst-action to version 1.1.0
By Updating `danielr1996/envsubst-action` to version 1.1.0, wrangler.toml could be correctly substituted, otherwise it may result in empty files danielr1996/envsubst-action#3
1 parent 16b0c15 commit 988401d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v3
1212
- name: Configure wrangler.toml
13-
uses: danielr1996/envsubst-action@1.0.0
13+
uses: danielr1996/envsubst-action@1.1.0
1414
env:
1515
ROUTE: ${{ secrets.ICW_ROUTE }}
1616
FALLBACK_FIGURE: ${{ secrets.ICW_FALLBACK_FIGURE }}

0 commit comments

Comments
 (0)