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.
2 parents edf2226 + 4ab06b9 commit 9b4972fCopy full SHA for 9b4972f
1 file changed
.github/workflows/deploy.yaml
@@ -23,7 +23,7 @@ jobs:
23
- name: Get manageiq.org repo
24
run: git clone https://github.com/ManageIQ/manageiq.org
25
- name: Build
26
- run: cd manageiq.org & exe/miq build all
+ run: cd manageiq.org && exe/miq build all
27
- name: Set COMMIT_MESSAGE
28
run: create_commit_message.rb >> $GITHUB_ENV
29
- name: Deploy
0 commit comments