Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
loicdiridollou committed Aug 12, 2024
1 parent dac0fd8 commit 355003b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/comment_commands.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Get head sha and store value
if: always()
id: get-sha
uses: actions/github-script@v7
uses: actions/github-script@v3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
Expand All @@ -53,7 +53,7 @@ jobs:
#
- name: Report results of the tests and publish
if: always()
uses: actions/github-script@v7
uses: actions/github-script@v3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
- name: Get head sha and store value
if: always()
id: get-sha
uses: actions/github-script@v7
uses: actions/github-script@v3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
Expand All @@ -105,7 +105,7 @@ jobs:
#
- name: Report results of the tests and publish
if: always()
uses: actions/github-script@v7
uses: actions/github-script@v3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
- name: Get head sha and store value
if: always()
id: get-sha
uses: actions/github-script@v7
uses: actions/github-script@v3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
Expand All @@ -156,7 +156,7 @@ jobs:
#
- name: Report results of the tests and publish
if: always()
uses: actions/github-script@v7
uses: actions/github-script@v3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
Expand Down

0 comments on commit 355003b

Please sign in to comment.