Skip to content

Commit 7f1e174

Browse files
nightly-dev build
1 parent 31dfa5d commit 7f1e174

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/release-x-manual-merge-container-digests.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,15 @@ jobs:
5959

6060
steps:
6161

62+
- name: Print inputs
63+
run: |
64+
echo "Release number: ${{ github.event.inputs.release_number }}"
65+
echo "Is latest: ${{ github.event.inputs.is_latest }}"
66+
67+
- name: Debug inputs
68+
run: |
69+
echo "All inputs: ${{ toJson(github.event.inputs) }}"
70+
6271
# deduce docker org name from git repo to make the build also work in forks
6372
- id: Set-docker-org
6473
run: echo "DOCKER_ORG=$(echo ${GITHUB_REPOSITORY%%/*} | tr '[:upper:]' '[:lower:]')" >> $GITHUB_ENV

0 commit comments

Comments
 (0)