Skip to content

bf-thomas/thomas-playground-public

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

some changes pr3

#name: trigger deployment #on:

issue_comment:

types: [created]

#jobs:

slashCommandDispatch:

runs-on: ubuntu-latest

steps:

- name: Slash Command Dispatch

uses: peter-evans/slash-command-dispatch@v3

with:

token: ${{ secrets.PAT }}

commands: |

deploy-shop

static-args: |

pr_number=${{ github.event.pull_request.number }}

dispatch-type: workflow

- run: echo "Your PR is ${{ github.event.pull_request.number }}"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published