Skip to content

Commit

Permalink
refactor github actions iteration=15
Browse files Browse the repository at this point in the history
fix error in github actions.
for context see #1052

Issue: #1030
Signed-off-by: Ndibe Raymond Olisaemeka <rolisaemeka-ctr@wikimedia.org>
  • Loading branch information
Ndibe Raymond Olisaemeka committed Dec 22, 2023
1 parent 0044a71 commit 7804d03
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/create_destroy_test_vm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
issue_number: ${{ github.event.pull_request.number }}
owner: ${{ github.repository_owner }}
repo: ${{ github.repository }}
repo: ${{ github.event.repository.name }}
message: |
@${{ github.actor }} is creating a test VM for this PR πŸš€πŸš€πŸš€
This may take a few minutes so relax and grab a cup of coffee β˜•
Expand Down Expand Up @@ -274,7 +274,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
issue_number: ${{ github.event.pull_request.number }}
owner: ${{ github.repository_owner }}
repo: ${{ github.repository }}
repo: ${{ github.event.repository.name }}
message: |
Test VM is ready βœ”βœ”βœ”
You can access it with the url:
Expand All @@ -299,7 +299,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
issue_number: ${{ github.event.pull_request.number }}
owner: ${{ github.repository_owner }}
repo: ${{ github.repository }}
repo: ${{ github.event.repository.name }}
message: |
@${{ github.actor }} is deleting test VM ...
Expand Down Expand Up @@ -372,7 +372,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
issue_number: ${{ github.event.pull_request.number }}
owner: ${{ github.repository_owner }}
repo: ${{ github.repository }}
repo: ${{ github.event.repository.name }}
message: |
Test VM deleted βœ”βœ”βœ”
######################################################################################

0 comments on commit 7804d03

Please sign in to comment.