Skip to content

Commit

Permalink
Merge pull request #225 from DSACMS/sachin/workflow-quick-fix
Browse files Browse the repository at this point in the history
changed syntax
  • Loading branch information
sachin-panayil authored Jan 14, 2025
2 parents c46999b + 9e3ac7f commit 6a5b72f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 %}

0 comments on commit 6a5b72f

Please sign in to comment.