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 7c9cb73 commit 78e6264Copy full SHA for 78e6264
1 file changed
.github/workflows/download-cache.yml
@@ -21,6 +21,7 @@ jobs:
21
uses: "actions/checkout@v4"
22
with:
23
repository: crazywhalecc/static-php-cli
24
+ ref: main
25
26
- name: "Create Matrix Variable"
27
id: step1
@@ -45,6 +46,7 @@ jobs:
45
46
47
48
49
50
- name: "Setup static-php environment"
51
run: |
52
bin/setup-runtime
@@ -119,6 +121,7 @@ jobs:
119
121
120
122
123
124
125
126
127
0 commit comments