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 d1aca43 commit 8da9068Copy full SHA for 8da9068
.github/workflows/deploy-plugins.yml
@@ -127,7 +127,7 @@ jobs:
127
128
- name: Start deployment
129
if: steps.check-deployment.outputs.deploy == 'true'
130
- uses: bobheadxi/deployments@18dcfe705d6892121d665b21ef9ff448791807f3 # v1
+ uses: bobheadxi/deployments@648679e8e4915b27893bd7dbc35cb504dc915bc8 # v1
131
id: wporg-deployment
132
with:
133
step: start
@@ -149,7 +149,7 @@ jobs:
149
150
- name: Finish deployment
151
if: ${{ steps.wporg-deployment.outputs.deployment_id && always() }}
152
153
154
step: finish
155
token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments