Skip to content

Commit fb62b25

Browse files
committed
chore: add debug echo for testing the inputs bug
1 parent 8093bdd commit fb62b25

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/generate_Robotics_Academy_Database.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,11 @@ jobs:
9090
username: ${{ secrets.DOCKER_USERNAME }}
9191
password: ${{ secrets.DOCKER_PASSWORD }}
9292

93+
- name: Debug Outputs for Bug Proof
94+
run: |
95+
echo "WRONG (github property): ${{ github.event.inputs.RI }}"
96+
echo "RIGHT (passed value): ${{ inputs.RI }}"
97+
9398
- name: Build and push RA database
9499
run: |
95100
cd scripts/RADI

RoboticsInfrastructure

0 commit comments

Comments
 (0)