Skip to content

Commit

Permalink
update pull request action t master branch
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
vsoch committed Dec 8, 2023
1 parent c318588 commit 8c540f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-contributors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
echo "PULL_REQUEST_BODY=Tributors update automated pull request." >> $GITHUB_ENV
- name: Open Pull Request
uses: vsoch/pull-request-action@d703f40f3af5ae294f9816395ddf2e3d2d3feafa # 1.0.21
uses: vsoch/pull-request-action@master
if: ${{ env.OPEN_PULL_REQUEST == '1' }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 8c540f8

Please sign in to comment.