We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fac671 commit 32aa1c5Copy full SHA for 32aa1c5
.github/workflows/main.yml
@@ -3,7 +3,7 @@ jobs:
3
deploy:
4
runs-on: ubuntu-latest
5
steps:
6
- - name: Re-deploy depdendents
+ - name: Re-deploy dependents
7
if: ${{ github.ref == 'refs/heads/develop' }}
8
uses: actions/github-script@v6
9
with:
0 commit comments