Skip to content

Commit

Permalink
WIP: Change repo ID for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
br3ndonland committed Oct 4, 2024
1 parent 16308a0 commit 21ef1bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create-docker-action.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
REF = os.environ['REF']
REPO = os.environ['REPO']
REPO_ID = os.environ['REPO_ID']
REPO_ID_GH_ACTION = '178055147'
REPO_ID_GH_ACTION = '783928061'


def set_image(event: str, ref: str, repo: str, repo_id: str) -> str:
Expand Down

0 comments on commit 21ef1bc

Please sign in to comment.