From e6be735f1abb954abe5eab0a344859b04d2ddfef Mon Sep 17 00:00:00 2001 From: "Marcel S. Henselin" Date: Thu, 16 Apr 2026 10:21:35 +0200 Subject: [PATCH] chore: use Dockerfile --- action.yml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/action.yml b/action.yml index b4b52ed..21411ee 100644 --- a/action.yml +++ b/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 }}