split briefcase update into two steps #29
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request includes significant updates to the GitHub Actions workflows to streamline the process of pushing changes to the Briefcase repository and updating submodules. The most important changes include the addition of a new workflow for pushing changes, modifications to existing workflows to improve efficiency, and adjustments to SSH setup and commit messages.
New Workflow Addition:
.github/workflows/push-briefcase.yaml
: Added a new workflow to push changes to the Briefcase repository, including steps for checking out the repository, installing Foundry, configuring Git, cloning the Briefcase repository, deleting existing content, copying new content, checking for changes, setting up SSH, and committing and pushing changes if present.Workflow Modifications:
.github/workflows/update-briefcase.yaml
: Removed paths related to deployments from the trigger conditions, and streamlined the job steps by removing the cloning and deletion of the Briefcase repository content. Adjusted the SSH key reference and simplified the commit and push steps. [1] [2]SSH Setup and Commit Message Adjustments:
.github/workflows/update-submodules.yaml
: Updated the commit and push step to use a consistent condition for checking changes and adjusted the SSH key reference.