Skip to content

Github Actions doesn't GET url #25366

Discussion options

You must be logged in to vote

For a possible bug in the action it might be better to raise an issue in the action repository, but if you just need to send a GET request to that URL you could simply use curl, like so:

    steps:
      - name: Deploy Stage
        run: curl http://193.138.42.XXX:41101/?OauthID=someID&project=someProject

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
3 participants