We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91c5023 commit 9100e99Copy full SHA for 9100e99
app.py
@@ -467,7 +467,6 @@ def github_store_secret(SECRET_NAME, SECRET_VALUE: str):
467
repo.heads.main.set_tracking_branch(origin.refs.main)
468
fetch = origin.fetch()[0]
469
log.info(fetch)
470
- log.info("Oh no")
471
472
# Commit amber.yaml secrets file to repo
473
index = repo.index
0 commit comments