We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b78050 commit e5fc1b3Copy full SHA for e5fc1b3
1 file changed
.github/workflows/codeql-to-commit.yml
@@ -19,7 +19,7 @@ jobs:
19
GH_TOKEN: ${{ secrets.AUTOFIX_TOKEN }}
20
OWNER: ${{ github.repository_owner }}
21
REPO: ${{ github.event.repository.name }}
22
- run: |
+ run: |
23
DEFAULT_BRANCH=$(gh api /repos/$OWNER/$REPO --jq '.default_branch')
24
echo "Default branch: $DEFAULT_BRANCH"
25
0 commit comments