Skip to content
This repository was archived by the owner on Nov 2, 2021. It is now read-only.

Commit 3d2e5be

Browse files
committed
debug
1 parent c0d5094 commit 3d2e5be

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/example-sync.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ jobs:
3434

3535
- name: move sources from old to new example
3636
run: |
37+
echo "pwd:"
38+
pwd
3739
echo "ls -al:"
3840
ls -al
3941
rm rust-gh-example/src/main.rs
@@ -57,6 +59,8 @@ jobs:
5759
5860
- name: commit example
5961
run: |
62+
echo "pwd:"
63+
pwd
6064
git config user.name github-actions
6165
git config user.email github-actions@github.com
6266
git add .

0 commit comments

Comments
 (0)