Skip to content

Commit

Permalink
cleaning up file name from copy
Browse files Browse the repository at this point in the history
  • Loading branch information
kbrashears5 committed May 12, 2021
1 parent d060141 commit 1a06a82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ STATUS=0
trap 'STATUS=$?' ERR

# problem matcher must exist in workspace
cp /error-matcher.json $HOME/file-sync-error-matcher.json
echo "::add-matcher::$HOME/file-sync-error-matcher.json"
cp /error-matcher.json $HOME/repo-sync-error-matcher.json
echo "::add-matcher::$HOME/repo-sync-error-matcher.json"

echo "Repository: [$GITHUB_REPOSITORY]"

Expand Down

0 comments on commit 1a06a82

Please sign in to comment.