Skip to content

Commit 7736248

Browse files
committed
examine what gh sees before ruunning dispatch
1 parent 408a94b commit 7736248

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/update-lockfiles.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ jobs:
3131
set -o pipefail
3232
pixi update --json | pixi exec pixi-diff-to-markdown >> diff.md
3333
- name: Run tests
34-
run: gh workflow run test.yml
34+
run: |
35+
gh workflow view test.yml --yaml
36+
gh workflow run test.yml
3537
env:
3638
GH_TOKEN: ${{ github.token }}
3739
- name: Create pull request

0 commit comments

Comments
 (0)