Skip to content

Commit 6a8d6bd

Browse files
committed
wip
1 parent ec84255 commit 6a8d6bd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/update-swift-version.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,12 @@ jobs:
3030
sudo apt-get update -qq
3131
sudo apt-get install -y curl jq
3232
33-
- name: Create or update branch
33+
- name: Open pull request if needed
3434
id: update
3535
run: |
36+
set -ex
37+
38+
git fetch
3639
BRANCH=ci/update-swift-version
3740
if git show-ref --verify --quiet "refs/heads/$BRANCH"; then
3841
git checkout "$BRANCH"

0 commit comments

Comments
 (0)