We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67b2b81 commit e51d665Copy full SHA for e51d665
.github/workflows/reusable_build_all_apps.yml
@@ -27,6 +27,13 @@ jobs:
27
exclude_apps: ${{ steps.get_rust_apps.outputs.exclude_apps }}
28
ledger_devices: ${{ steps.get_rust_apps.outputs.ledger_devices }}
29
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 }}"
37
- name: Checkout repository
38
uses: actions/checkout@v4
39
with:
0 commit comments