Skip to content

Commit

Permalink
[#42] 파일 이름 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
kenshin579 committed Aug 29, 2024
1 parent a7c1a20 commit 964dc76
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-err.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
- name: Test Github Action Error
run: |
cd scripts
chmod +x ./test.sh
chmod +x ./test_err.sh
./test.sh
./test_err.sh
2 changes: 1 addition & 1 deletion scripts/test_err.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env bash

echo "test error"
cat sdfsf
cat no-file

0 comments on commit 964dc76

Please sign in to comment.