Skip to content

Commit 0623995

Browse files
authored
fix test
1 parent b7c7667 commit 0623995

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ jobs:
3535
- shell: bash
3636
run: |
3737
shopt -s dotglob nullglob
38-
mv ./* ../add-commit-push
38+
mv ./* ../temp
3939
- uses: actions/checkout@v4
4040
with:
4141
ref: test-branch
4242
- shell: bash
4343
run: echo $RANDOM > README.txt
44-
- uses: ./
44+
- uses: ../temp
4545
# pull-request:
4646
# pull-request-fork:

0 commit comments

Comments
 (0)