diff --git a/workflows/terraform-plan.yaml.tpl b/workflows/terraform-plan.yaml.tpl index a354a76..f4a20cb 100644 --- a/workflows/terraform-plan.yaml.tpl +++ b/workflows/terraform-plan.yaml.tpl @@ -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: