Skip to content

Commit a165872

Browse files
committed
Update main.yml
1 parent 381f58c commit a165872

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
steps:
2424
- name: Load the ansible-cloud action
2525
id: controller_job
26-
uses: ansible-cloud/[email protected].19
26+
uses: ansible-cloud/[email protected].20
2727
with:
2828
controller_host: ${{ secrets.CONTROLLER_HOST }}
2929
controller_username: ${{ secrets.CONTROLLER_USERNAME }}
@@ -37,7 +37,7 @@ jobs:
3737
ANSIBLE_FORCE_COLOR: '1'
3838
pull_request_event: ${{ github.event.pull_request.number }}
3939
- name: Adding markdown
40-
run: echo '### Hello world! :rocket:' >> $GITHUB_STEP_SUMMARY
40+
run: echo '### Hello world! :rocket:' >> $GITHUB_STEP_SUMMARY
4141
# workshop_job_provision:
4242
# runs-on: ubuntu-latest
4343
# name: Workshop Provision

0 commit comments

Comments
 (0)