Skip to content

Commit 8c540f8

Browse files
committed
update pull request action t master branch
the alpine base image of the previous action now does not allow install with pip unless it is in a venv Signed-off-by: vsoch <[email protected]>
1 parent c318588 commit 8c540f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-contributors.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
echo "PULL_REQUEST_BODY=Tributors update automated pull request." >> $GITHUB_ENV
6565
6666
- name: Open Pull Request
67-
uses: vsoch/pull-request-action@d703f40f3af5ae294f9816395ddf2e3d2d3feafa # 1.0.21
67+
uses: vsoch/pull-request-action@master
6868
if: ${{ env.OPEN_PULL_REQUEST == '1' }}
6969
env:
7070
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)