• Stars
    star
    109
  • Rank 319,077 (Top 7 %)
  • Language
    Dockerfile
  • Created over 5 years ago
  • Updated about 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Wraps the curl CLI to be used in Github Actions

GitHub Action for curl

Wraps the curl CLI to be used in GitHub Actions. See also GitHub Action for wget.

Features

  • make http requests
  • http errors are treated as errors

Usage

GitHub Actions

on: push
jobs:
  curl:
    runs-on: ubuntu-latest
    steps:
    - name: curl
      uses: wei/curl@master
      with:
        args: https://httpbin.org/get
on: push
jobs:
  curl:
    runs-on: ubuntu-latest
    steps:
    - name: curl
      uses: wei/curl@v1
      with:
        args: -X POST https://httpbin.org/post
on: push
jobs:
  curl:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@master
    - name: curl
      uses: wei/curl@v1
      with:
        args: --upload-file .github/workflows/main.yml https://transfer.sh/main-workflow.yml

Docker

docker run --rm $(docker build -q .) \
  https://httpbin.org/get

Author

Wei He [email protected]

License

MIT

More Repositories

1

pull

🤖 Keep your forks up-to-date via automated PRs
JavaScript
6,094
star
2

socialify

💞 Socialify your project. 🌐 Share with the world!
TypeScript
1,828
star
3

git-sync

🔃 A GitHub Action for syncing between two independent repositories using force push
Shell
253
star
4

baota

宝塔 Linux 面板 最新版本与历史存档
111
star
5

rclone

Wraps the rclone CLI to be used in Github Actions
Dockerfile
75
star
6

wget

Wraps the wget CLI to be used in Github Actions
Dockerfile
30
star
7

new-issue

A fully customizable Github issues interface. Setup for your repo today!
JavaScript
21
star
8

discord-actions-bot

🤖 A Discord Bot that helps with Action Items.
JavaScript
18
star
9

minifier

⚡️ Offline-first web app for an HTML, JS, CSS minifier.
JavaScript
17
star
10

wei

👨‍💻 Full Stack Engineer + ☁️ Solutions Architect Expert + 💼 M.B.A.
HTML
10
star
11

github-project-notifier

A Discord 🤖 that notifies on GitHub Project Card updates
JavaScript
9
star
12

cloudcone-cli

Cloudcone commandline tool
Shell
6
star
13

ssr-scraper

Scrapes all devtip/ssr_subscrible_tool forks to find good servers.
JavaScript
3
star
14

ghw-gpg

Prove yourself with GPG
3
star
15

ROT47

Node Tool for ROT47 https://rot47.net
JavaScript
3
star
16

WHRoundedImageView

A derived UIImageView class to render a rounded image with radius and border options.
Swift
3
star
17

dotfiles

@wei does dotfiles
Shell
2
star
18

amplify-js-7049

Attempt to reproduce aws-amplify/amplify-js#7049
JavaScript
2
star
19

flask-blog

Python
2
star
20

nyancat-server

Docker Image for klange/nyancat telnet server.
C
2
star
21

amplify-js-6693-react

Reproduce aws-amplify/amplify-js#6693 for React
JavaScript
1
star
22

aws-amplify-react

Template used to reproduce amplify-js react issues
JavaScript
1
star
23

action-demo

1
star
24

reviewing-a-pull-request

HTML
1
star
25

test-pr

1
star
26

fb-ad-preview-issue

Reproduce Facebook Bug
Shell
1
star
27

heroku-buildpack-static

Fork of heroku/heroku-buildpack-static
Ruby
1
star