Skip to content

Commit

Permalink
Merge pull request #36 from rajbos/main
Browse files Browse the repository at this point in the history
  • Loading branch information
Brend-Smits authored Mar 21, 2023
2 parents 2aef6d3 + 56bb06e commit 5297db1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ See [Continuous-Compliance-Template](https://github.com/philips-labs/continuous-
- name: Create ruleset config
id: config
run: |
echo "::set-output name=ENCODED_RULESET::$(cat ./config/repolint.json | base64 -w 0)"
echo "ENCODED_RULESET=$(cat ./config/repolint.json | base64 -w 0)" >> $GITHUB_OUTPUT
- name: Perform repolinter on repositories
uses: philips-labs/continuous-compliance-action@v0.1.1
uses: philips-labs/continuous-compliance-action@v0.6.1
with:
ruleset: ${{steps.config.outputs.ENCODED_RULESET}}
gh_token: ${{steps.token.outputs.token}}
Expand Down

0 comments on commit 5297db1

Please sign in to comment.