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 14adbab commit 3884160Copy full SHA for 3884160
action.yml
@@ -90,7 +90,7 @@ runs:
90
commitMessage: Compile CSS
91
92
- name: Deploy to WP Engine
93
- uses: wpengine/github-action-wpe-site-deploy@v3.0
+ uses: wpengine/github-action-wpe-site-deploy@v3.1.1
94
with:
95
# OpenSSH private keys are multiple lines long and start with “---”.
96
# `inputs` passing fails if we use the normal ${{ … }} expansion here. YAML literal style (“|”) fixes this.
0 commit comments