mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-13 16:17:01 +02:00
fix issue confusing head vs base branch syntax (#377)
* fix issue confusing head vs base branch syntax * try to add pr comments
This commit is contained in:
parent
76d2810a8a
commit
bed87212d2
3 changed files with 44 additions and 24 deletions
|
@ -113,8 +113,8 @@ sed -i '' '/ - stable/ {a\
|
|||
- '"$1"'
|
||||
}' .github/workflows/migrate.yaml
|
||||
|
||||
sed -i '' '/ branches:/ {a\
|
||||
- '"'$1/**'"'
|
||||
sed -i '' '/${{startsWith(github.head_ref, / {a\
|
||||
|| startsWith(github.head_ref, '"'$1'"')
|
||||
}' .github/workflows/deploy-sandbox.yaml
|
||||
|
||||
echo "Creating space deployer for Github deploys..."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue