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 <vsochat@stanford.edu>
  • Loading branch information
vsoch committed Dec 8, 2023
1 parent 731c25a commit c318588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/cache-update/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ runs:
shell: bash

- name: Open Pull Request
uses: vsoch/pull-request-action@50f22f6d146226ee6b73b7a001f26a3d4579f360 # 1.0.22
uses: vsoch/pull-request-action@master
if: ${{ env.OPEN_PULL_REQUEST == '1' }}
env:
GITHUB_TOKEN: ${{ inputs.token }}
Expand Down

0 comments on commit c318588

Please sign in to comment.