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