This commit is contained in:
parent
75443b23a5
commit
e6be735f1a
1 changed files with 15 additions and 15 deletions
30
action.yml
30
action.yml
|
|
@ -25,20 +25,20 @@ inputs:
|
|||
required: true
|
||||
|
||||
runs:
|
||||
# using: 'docker'
|
||||
using: 'composite'
|
||||
steps:
|
||||
- name: 'Run Google Chat Action'
|
||||
shell: bash
|
||||
run: |
|
||||
docker run --rm -it $(docker build -q .)
|
||||
using: 'docker'
|
||||
# using: 'composite'
|
||||
# steps:
|
||||
# - name: 'Run Google Chat Action'
|
||||
# shell: bash
|
||||
# run: |
|
||||
# docker run --rm -it $(docker build -q .)
|
||||
|
||||
#image: 'docker://dther/google-chat-action:v0.8'
|
||||
#image: 'Dockerfile'
|
||||
#args:
|
||||
# - ${{ inputs.project }}
|
||||
# - ${{ inputs.commit }}
|
||||
# - ${{ inputs.branch }}
|
||||
# - ${{ inputs.status }}
|
||||
# - ${{ inputs.actionid }}
|
||||
# - ${{ inputs.webhook }}
|
||||
image: 'Dockerfile'
|
||||
args:
|
||||
- ${{ inputs.project }}
|
||||
- ${{ inputs.commit }}
|
||||
- ${{ inputs.branch }}
|
||||
- ${{ inputs.status }}
|
||||
- ${{ inputs.actionid }}
|
||||
- ${{ inputs.webhook }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue