Skip to content

Commit

Permalink
Update terraform-plan.yaml.tpl
Browse files Browse the repository at this point in the history
  • Loading branch information
arnol377 committed Aug 15, 2024
1 parent d1d8868 commit da8aaf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workflows/terraform-plan.yaml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
token: ${{ secrets.GH_TOKEN }}
ref: $${{ github.head_ref }}
token: $${{ secrets.GH_TOKEN }}

- uses: CSVD/gh-actions-setup-node@v3
with:
Expand Down

0 comments on commit da8aaf9

Please sign in to comment.