Skip to content

Commit

Permalink
Merge pull request #46 from EGI-Federation/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…actions/github-script-7

Bump actions/github-script from 6 to 7
  • Loading branch information
sebastian-luna-valero authored Nov 15, 2023
2 parents 67b8213 + d896eec commit ec57fe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
terraform plan -no-color -var-file=deploy.tfvars
continue-on-error: true
- name: Update Pull Request
uses: actions/github-script@v6
uses: actions/github-script@v7
if: github.event_name == 'pull_request'
env:
PLAN: "terraform\n${{ steps.plan.outputs.stdout }}"
Expand Down

0 comments on commit ec57fe3

Please sign in to comment.