Skip to content

Commit 1908151

Browse files
authored
Update test.yml to create 'bar' file with date
Replace touch command with date command to create 'bar' file.
1 parent 2a000eb commit 1908151

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
git config --global user.email "you@example.com"
1818
git config --global user.name "Agent Smith"
1919
# git checkout -b foo
20-
touch bar
20+
date > bar
2121
git add bar
2222
git commit -am "test"
2323
git remote set-url origin https://x-access-token:${{ secrets. GITHUB_TOKEN}}@github.com/cjdcordeiro/ci-playground.git

0 commit comments

Comments
 (0)