Skip to content

Commit

Permalink
Use the proper file path
Browse files Browse the repository at this point in the history
  • Loading branch information
jboursier-mwb committed Sep 28, 2022
1 parent 23dfbac commit 1f4d806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ghas_cli/utils/repositories.py
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ def create_codeql_pr(
}

commit_resp = requests.put(
url=f"https://api.github.com/repos/{organization}/{repository}/contents/.github/workflows/codeql-analysis-{lang}.yml",
url=f"https://api.github.com/repos/{organization}/{repository}/contents/.github/workflows/codeql-config-{lang}.yml",
headers=headers,
json=payload,
)
Expand Down

0 comments on commit 1f4d806

Please sign in to comment.