This commit is contained in:
@@ -4,13 +4,13 @@ on: issue_comment
|
|||||||
jobs:
|
jobs:
|
||||||
testing:
|
testing:
|
||||||
if: |
|
if: |
|
||||||
github.event.issue.pull_request &&
|
gitea.event.issue.pull_request &&
|
||||||
startsWith(github.event.comment.body, '/deploy')
|
startsWith(gitea.event.comment.body, '/deploy')
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Get tag safe branch name
|
- name: Get tag safe branch name
|
||||||
id: branch_name
|
id: branch_name
|
||||||
uses: ./.github/actions/getTagSafeRef
|
uses: ./.gitea/actions/getTagSafeRef
|
||||||
|
|
||||||
- name: Print branch_name
|
- name: Print branch_name
|
||||||
run: ${{ steps.branch_name.outputs.branch_name }}
|
run: ${{ steps.branch_name.outputs.branch_name }}
|
||||||
|
|||||||
Reference in New Issue
Block a user