Skip to content

Commit

Permalink
adding incremental updates with split list action (#28)
Browse files Browse the repository at this point in the history
* adding incremental updates with split list action
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
  • Loading branch information
vsoch committed Oct 26, 2022
1 parent 8f3db87 commit 232d17f
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 469 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/add_container.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def main():
container["aliases"] = aliases
print(f"Writing with aliases to {container_yaml}")
shpc.utils.write_yaml(container, container_yaml)
print(f"::set-output name=container_yaml::{container_yaml}")
print(f"container_yaml={container_yaml} >> $GITHUB_OUTPUT")


if __name__ == "__main__":
Expand Down

0 comments on commit 232d17f

Please sign in to comment.