Skip to content

Commit

Permalink
Simplifying github script
Browse files Browse the repository at this point in the history
  • Loading branch information
stemaMSFT committed Oct 31, 2023
1 parent aa9bab9 commit cd978c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,12 @@ jobs:
# Add a comment to pull requests with plan results
- uses: actions/github-script@v6
# if: github.event_name == 'pull_request'
id: test
with:
script: return "Hello!"
result-encoding: string
- name: add-plan-comment
run: echo "${{steps.set-result.outputs.result}}"
run: echo "${{steps.test.outputs.result}}"
# id: comment
# env:
# PLAN: "terraform\n${{ steps.plan.outputs.stdout }}"
Expand Down

0 comments on commit cd978c0

Please sign in to comment.