Skip to content

Commit

Permalink
Create call-rest-api.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tsubakimoto authored Sep 23, 2024
1 parent 4487e6f commit ccdec44
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/call-rest-api.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Call REST API from Actions

on:
workflow_dispatch:

jobs:
call-rest-api:
name: Call REST API
runs-on: ubuntu-latest
steps:
- run: curn -X GET -I https://petstore.swagger.io/v2/pet/findByStatus?status=available

0 comments on commit ccdec44

Please sign in to comment.