Skip to content

Commit e51d665

Browse files
committed
Display context info
1 parent 67b2b81 commit e51d665

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/reusable_build_all_apps.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,13 @@ jobs:
2727
exclude_apps: ${{ steps.get_rust_apps.outputs.exclude_apps }}
2828
ledger_devices: ${{ steps.get_rust_apps.outputs.ledger_devices }}
2929
steps:
30+
- name: Display context
31+
run: |
32+
echo "github.repository: ${{ github.repository }}"
33+
echo "github.ref: ${{ github.ref }}"
34+
echo "github.event_name: ${{ github.event_name }}"
35+
echo "github.head_ref: ${{ github.head_ref }}"
36+
echo "github.event.inputs.c_sdk_branch: ${{ github.event.inputs.c_sdk_branch }}"
3037
- name: Checkout repository
3138
uses: actions/checkout@v4
3239
with:

0 commit comments

Comments
 (0)