Skip to content

Commit

Permalink
Merge pull request #16 from os2ulf/staging
Browse files Browse the repository at this point in the history
Update sha refs and actions logic
  • Loading branch information
madsnorgaard authored Jul 11, 2024
2 parents c9176e0 + 2716026 commit 5a10847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_submodules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
if [[ ${{ github.event.client_payload.environment }} == "production" ]]; then
echo "TARGET_BRANCH=main" >> $GITHUB_ENV
else
echo "TARGET_BRANCH=develop" >> $GITHUB_ENV
echo "TARGET_BRANCH=staging" >> $GITHUB_ENV
fi
- name: Update submodule
Expand Down

0 comments on commit 5a10847

Please sign in to comment.