Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion GitHub-Actions-Add-PR-Comment/.github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set variable_example
run: echo "variable_example=thomasthornton.cloud" >> $GITHUB_ENV
- name: Add comment to PR
uses: actions/github-script@v7
uses: actions/github-script@v8
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
Expand Down
2 changes: 1 addition & 1 deletion Terraform-Plan-PR-GitHub/.github/workflows/terraform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
continue-on-error: false

- name: Update Pull Request
uses: actions/github-script@v7
uses: actions/github-script@v8
with:
github-token: ${{ secrets.USER_TOKEN }}
script: |
Expand Down