From 8585c0da66fbd3674edba2ee64d265aa25953f8c Mon Sep 17 00:00:00 2001 From: Devin Nemec Date: Thu, 27 Aug 2020 11:01:27 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e8fe8a..913d726 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ This GitHub Action copies a file from the current repository to a location in an uses: actions/checkout@v2 - name: Pushes test file - uses: dmnemec/copy_file_to_another_repo_action@v1.0.2 + uses: dmnemec/copy_file_to_another_repo_action@v1.0.4 env: API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }} with: