We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4574ec0 commit 61236e2Copy full SHA for 61236e2
1 file changed
.github/workflows/split-php.yml
@@ -33,8 +33,8 @@ jobs:
33
34
- name: Install splitsh-lite
35
run: |
36
- curl -sL https://github.com/splitsh/lite/releases/download/v2.0.0/lite_linux_amd64.tar.gz | tar -xz -C /tmp
37
- sudo mv /tmp/splitsh-lite /usr/local/bin/
+ go install github.com/splitsh/lite@v2.0.0
+ echo "$HOME/go/bin" >> "$GITHUB_PATH"
38
39
- name: Determine ref to mirror
40
id: ref
@@ -59,7 +59,7 @@ jobs:
59
60
set -euo pipefail
61
git remote add split git@github.com:gabepri/auto-html-i18n-php.git
62
- SHA=$(splitsh-lite --prefix=packages/php)
+ SHA=$(lite --prefix=packages/php)
63
echo "Split SHA: $SHA"
64
if [ -z "$TAG" ]; then
65
echo "Mirroring main → main"
0 commit comments