Skip to content

Commit

Permalink
update readme action
Browse files Browse the repository at this point in the history
  • Loading branch information
Meir Gabay committed Aug 14, 2020
1 parent 5bf6a8d commit b86bd1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
usage_file_path=.testresults.log
test_results=$(source tests.sh)
echo -e "\`\`\`\n${test_results}\n\`\`\`" > "${usage_file_path}"
- uses: unfor19/[email protected].1
- uses: unfor19/[email protected].2
name: Update README.md file with test results
with:
src-file-path: ".testresults.log"
Expand All @@ -26,7 +26,7 @@ jobs:
bargsvars_file_path=bargs_vars
bargsvars=$(sed 's~\$~\\\$~g' < ${bargsvars_file_path})
echo -e "\`\`\`\n${bargsvars}\n\`\`\`" > ".${bargsvars_file_path}"
- uses: unfor19/[email protected].1
- uses: unfor19/[email protected].2
name: Update README.md file with bargs_vars
with:
src-file-path: ".bargs_vars"
Expand Down

0 comments on commit b86bd1c

Please sign in to comment.