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