Skip to content

Commit

Permalink
Merge pull request #5309 from sgibson91/ci-fix-6
Browse files Browse the repository at this point in the history
Use matching variable names so they can be properly discovered
  • Loading branch information
sgibson91 authored Dec 20, 2024
2 parents 1013a03 + 2b69f1f commit 8b4463c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-hubs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ jobs:
output_file = os.getenv("GITHUB_OUTPUT")
with open(output_file, "a") as f:
f.write(f"prod-jobs={json.dumps(filtered_prod_jobs)}")
f.write(f"filtered-prod-jobs={json.dumps(filtered_prod_jobs)}")
# https://github.com/ravsamhq/notify-slack-action
# Needs to be added per job
Expand Down

0 comments on commit 8b4463c

Please sign in to comment.