Skip to content

Commit f4feb61

Browse files
committed
chore: add set -x to std-action
1 parent 399d872 commit f4feb61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/std.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ jobs:
195195
shell: bash
196196
run: |
197197
echo commit: ${{ github.sha }}
198-
- uses: divnix/std-action/run@main
198+
- uses: michalrus/std-action/run@debug2
199199
if: matrix.target != 'dummy-target'
200200
with: { ffBuildInstructions: true, remoteStore: 'ssh-ng://eu.nixbuild.net' }
201201

0 commit comments

Comments
 (0)