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 94865a7 commit 2d071b1Copy full SHA for 2d071b1
.github/workflows/release.yml
@@ -39,8 +39,8 @@ jobs:
39
echo "pre=false" >> $GITHUB_OUTPUT
40
fi
41
target=${{ matrix.target }}-${ver}
42
- echo "dir=dcp-sc-28p-$target" >> $GITHUB_OUTPUT
43
- echo "tgz=dcp-sc-28p-$target.tar.gz" >> $GITHUB_OUTPUT
+ echo "dir=vendor-example-$target" >> $GITHUB_OUTPUT
+ echo "tgz=vendor-example-$target.tar.gz" >> $GITHUB_OUTPUT
44
45
- name: Restore Cache of dl/
46
uses: actions/cache@v4
.github/workflows/sync-infix.yml
@@ -10,7 +10,7 @@ permissions:
10
jobs:
11
commit:
12
runs-on: [ self-hosted, latest ]
13
- if: ${{ env.SYNC_INFIX }}
+ if: ${{ github.event.inputs.SYNC_INFIX }}
14
steps:
15
- uses: actions/checkout@v4
16
with:
0 commit comments