Skip to content

Commit fdccf40

Browse files
committed
Allow workflow to be triggered from command line
1 parent 544d031 commit fdccf40

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/actions/build-proxies/action.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ runs:
4747
run: |
4848
mkdir -p ./build
4949
ASSET_PATTERN="api-oas-specification-${{ inputs.apimEnv }}-*.zip"
50-
echo "Downloading assets matching $ASSET_PATTERN from release ${{ inputs.releaseVersion }}"
5150
gh release download "${{ inputs.releaseVersion }}" \
5251
--pattern "$ASSET_PATTERN" \
5352
--dir ./build

.github/workflows/release_created.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,5 @@ jobs:
6464
environment: "main"
6565
apimEnv: "int"
6666
runId: "${{ github.run_id }}"
67-
releaseVersion: "${{ github.event.release.tag_name }}"
67+
releaseVersion: "${{ inputs.release_tag }}"
6868
isRelease: true

0 commit comments

Comments
 (0)