We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f68a806 commit cb5cf96Copy full SHA for cb5cf96
.github/workflows/update_galata_references.yml
@@ -27,6 +27,9 @@ jobs:
27
- name: Configure git to use https
28
run: git config --global hub.protocol https
29
30
+ - name: Install hub
31
+ run: sudo apt-get update && sudo apt-get install -y hub
32
+
33
- name: Checkout the branch from the PR that triggered the job
34
run: hub pr checkout ${{ github.event.issue.number }}
35
env:
@@ -64,6 +67,9 @@ jobs:
64
67
65
68
66
69
70
71
72
73
74
75
0 commit comments