Skip to content

Commit

Permalink
draft
Browse files Browse the repository at this point in the history
  • Loading branch information
Skitionek committed Apr 16, 2024
1 parent bf58842 commit 44f7360
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/code-quality-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ env:
#
# When active, APPLY_FIXES must also be defined as environment variable
# (in github/workflows/mega-linter.yml or other CI tool)
APPLY_FIXES: ${{ github.event.inputs.APPLY_FIXES }}
APPLY_FIXES: ${{ github.event.inputs.APPLY_FIXES || 'none' }}

# Decide which event triggers application of fixes in a commit or a PR
# (pull_request, push, all)
Expand Down Expand Up @@ -75,6 +75,7 @@ jobs:
uses: actions/github-script@v7
id: ghas-enabled
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
const response = await github.rest.repos.get({
owner: '${{ github.repository }}'.split("/")[0],
Expand Down

0 comments on commit 44f7360

Please sign in to comment.