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 649a635 commit 0c2dab8Copy full SHA for 0c2dab8
.github/workflows/release-upgradeable.yml
@@ -14,15 +14,13 @@ jobs:
14
- uses: actions/checkout@v5
15
with:
16
repository: ${{ env.VANILLA_REPO }}
17
- fetch-depth: 0
18
ref: ${{ github.ref }}
19
- name: Get vanilla commit
20
run: |
21
echo "VANILLA_COMMIT=$(git rev-parse --short HEAD)" >> "$GITHUB_ENV"
22
23
24
repository: ${{ env.UPGRADEABLE_REPO }}
25
26
submodules: true
27
token: ${{ secrets.GH_TOKEN_UPGRADEABLE }}
28
0 commit comments