mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-29 18:55:49 +00:00
Update action.yml
This commit is contained in:
parent
21c2c62343
commit
d1e042877c
1 changed files with 13 additions and 13 deletions
26
.github/curl/action.yml
vendored
26
.github/curl/action.yml
vendored
|
@ -1,20 +1,20 @@
|
|||
name: curl
|
||||
|
||||
on:
|
||||
workflow_call:
|
||||
inputs:
|
||||
sha:
|
||||
required: true
|
||||
# secrets:
|
||||
# envPAT:
|
||||
# on:
|
||||
# workflow_call:
|
||||
# inputs:
|
||||
# sha:
|
||||
# required: true
|
||||
# # secrets:
|
||||
# # envPAT:
|
||||
# # required: true
|
||||
|
||||
jobs:
|
||||
curl:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: |
|
||||
echo "${{ inputs.sha }}"
|
||||
# jobs:
|
||||
# curl:
|
||||
# runs-on: ubuntu-latest
|
||||
# steps:
|
||||
# - run: |
|
||||
# echo "${{ inputs.sha }}"
|
||||
# curl \
|
||||
# -X POST \
|
||||
# -H "Accept: application/vnd.github+json" \
|
||||
|
|
Loading…
Reference in a new issue