Skip to content

Commit

Permalink
refactor: changed base image for actions
Browse files Browse the repository at this point in the history
  • Loading branch information
chantzlarge committed Jan 2, 2025
1 parent 0f3fdd6 commit ea89014
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ runs:
if: ${{ github.event_name == 'pull_request' }}
uses: docker://registry.gitlab.com/gitlab-ci-utils/curl-jq
with:
entrypoint: /bin/bash
entrypoint: /bin/sh
args: |
curl -s -X POST 'https://api.openai.com/v1/chat/completions' \
-H 'Content-Type: application/json' \
Expand Down

0 comments on commit ea89014

Please sign in to comment.