Skip to content

Commit

Permalink
ci: update fdo container trigger create pr and comment versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mcattamoredhat committed Nov 28, 2024
1 parent 76093d8 commit c658947
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/trigger-fdo-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: Create Pull Request
id: cpr
uses: peter-evans/create-pull-request@v4
uses: peter-evans/create-pull-request@v7.0.5
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: "FDO community container test - ${{ steps.date.outputs.date }}"
Expand All @@ -44,7 +44,7 @@ jobs:
- Date: ${{ steps.date.outputs.date }}
- name: Add a comment to trigger test workflow
uses: peter-evans/create-or-update-comment@v2
uses: peter-evans/create-or-update-comment@v4
with:
token: ${{ secrets.PAT }}
issue-number: ${{ steps.cpr.outputs.pull-request-number }}
Expand All @@ -66,7 +66,7 @@ jobs:

- name: Create Pull Request
id: cpr
uses: peter-evans/create-pull-request@v4
uses: peter-evans/create-pull-request@v7.0.5
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: "FDO official container test - ${{ steps.date.outputs.date }}"
Expand All @@ -82,7 +82,7 @@ jobs:
- Date: ${{ steps.date.outputs.date }}
- name: Add a comment to trigger test workflow
uses: peter-evans/create-or-update-comment@v2
uses: peter-evans/create-or-update-comment@v4
with:
token: ${{ secrets.PAT }}
issue-number: ${{ steps.cpr.outputs.pull-request-number }}
Expand Down

0 comments on commit c658947

Please sign in to comment.