Skip to content

Commit

Permalink
fix: memperbaiki github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
rulanugrh committed Oct 2, 2024
1 parent dd94da0 commit 114cc62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing_shell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- run: echo "jalan pada ${{ runner.os }}"
- name: list dari direktori shell scripting
run: |
d=$(date + "%Y-%m-%d")
d=$(date "+%Y-%m-%d")
file="/tmp/test.txt.$$" && touch --date "$d" "$file"
echo $file && find . -iname "*.sh" -type f -newer $file > output.txt
for i in $(cat output.txt); do chmod +x $i && sh $i; done
Expand Down

0 comments on commit 114cc62

Please sign in to comment.