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 f7e3343 commit 737c1b4Copy full SHA for 737c1b4
.github/workflows/ci.yml
@@ -272,7 +272,7 @@ jobs:
272
gh extension install actions/gh-actions-cache
273
gh actions-cache delete ${{ steps.compiler-build-state-key.outputs.value }} \
274
-R ${{ github.repository }} \
275
- -B ${{ github.ref }} \
+ -B "$GITHUB_REF" \
276
--confirm || echo "not exist"
277
env:
278
GH_TOKEN: ${{ github.token }}
@@ -529,7 +529,7 @@ jobs:
529
git config --global user.name "github-actions[bot]"
530
git config --global user.email "github-actions@rescript-lang.org"
531
git add data/api
532
- git commit -m "Update API docs for ${{ github.ref_name }}"
+ git commit -m "Update API docs for $GITHUB_REF_NAME"
533
git push
534
535
test-installation-npm:
0 commit comments