mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-28 10:46:33 +08:00
github: debug variables in group
This commit is contained in:
@@ -46,9 +46,10 @@ jobs:
|
|||||||
|
|
||||||
- name: debugging variables
|
- name: debugging variables
|
||||||
run: |
|
run: |
|
||||||
echo "::debug:: DOCKER_TAG: $DOCKER_TAG"
|
echo "::group::Debugging Variables
|
||||||
echo "::debug:: DOCKER_TAG: ${DOCKER_TAG}"
|
echo "single {}: ${DOCKER_TAG}"
|
||||||
echo "::debug:: DOCKER_TAG: ${{DOCKER_TAG}}"
|
echo "double {}: ${{DOCKER_TAG}}"
|
||||||
|
echo "::endgroup::"
|
||||||
|
|
||||||
- name: Login to Github Registry
|
- name: Login to Github Registry
|
||||||
uses: docker/login-action@v1
|
uses: docker/login-action@v1
|
||||||
|
|||||||
Reference in New Issue
Block a user