File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 uses : super-linter/super-linter@9e863354e3ff62e0727d37183162c4a88873df41 # v8.6.0 # yamllint disable-line line-length
2929 env :
3030 GITHUB_TOKEN : ${{ github.token }}
31+ VALIDATE_GITHUB_ACTIONS : false
3132 VALIDATE_BIOME_FORMAT : false
3233 VALIDATE_JSCPD : false
3334 VALIDATE_JSON_PRETTIER : false
Original file line number Diff line number Diff line change 1- # zizmor:disable=[secrets-outside-env]
21on :
32 workflow_call :
43 inputs :
@@ -549,8 +548,8 @@ jobs:
549548 - name : Action-Test
550549 uses : ./
551550 with :
552- ClientID : ' ${{ secrets.TEST_APP_ORG_CLIENT_ID }}' # Test with quotes on input
553- PrivateKey : ' ${{ secrets.TEST_APP_ORG_PRIVATE_KEY }}' # Test with quotes on input
551+ ClientID : ' ${{ secrets.TEST_APP_ORG_CLIENT_ID }}' # Test with quotes on input
552+ PrivateKey : ' ${{ secrets.TEST_APP_ORG_PRIVATE_KEY }}' # Test with quotes on input
554553 Prerelease : ${{ inputs.Prerelease }}
555554 ShowRateLimit : true
556555 Script : |
You can’t perform that action at this time.
0 commit comments