Skip to content

Commit 9bc1f4d

Browse files
committed
Drive-by: tiny workflow improvement
Suggested in github#2123 but was automerged before I could apply the suggestion
1 parent d51e49a commit 9bc1f4d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: .github/workflows/debug-artifacts-failure.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
shell: bash
6666
run: |
6767
LANGUAGES="cpp csharp go java javascript python"
68-
pushd "./my-debug-artifacts"
68+
cd "./my-debug-artifacts"
6969
echo "Artifacts from run:"
7070
for language in $LANGUAGES; do
7171
echo "- Checking $language"
@@ -82,6 +82,5 @@ jobs:
8282
exit 1
8383
fi
8484
done
85-
popd
8685
env:
8786
GO111MODULE: auto

0 commit comments

Comments
 (0)