From 9e3ac7ffd28e62818befa84eb1880a23ad73aa28 Mon Sep 17 00:00:00 2001 From: Sachin Panayil Date: Tue, 14 Jan 2025 10:27:02 -0500 Subject: [PATCH] changed syntax Signed-off-by: Sachin Panayil --- .github/workflows/checks.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 407cc4a..561590b 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -18,9 +18,7 @@ jobs: contents: write pull-requests: write env: - {% raw %} RAW_JSON: ${{ needs.resolve-repolinter-json.outputs.raw-json }} - {% endraw %} steps: - uses: actions/checkout@v4 - run: echo $RAW_JSON > repolinter.json @@ -57,6 +55,4 @@ jobs: # The default token is the repolinter token for the DSACMS org # You can change it if needed. - {% raw %} token: ${{ secrets.REPOLINTER_AUTO_TOKEN }} - {% endraw %}