Compare commits
1 Commits
2045c292c1
...
4b9f6e0695
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4b9f6e0695 |
@@ -10,12 +10,14 @@ jobs:
|
||||
# github.event.comment.author_association == 'MEMBER')
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Get tag safe branch name
|
||||
id: branch_name
|
||||
uses: ./.github/actions/getTagSafeRef
|
||||
- name: say hello
|
||||
# if: contains(github.event.comment.body, '/deploy') # check the comment if it contains the keywords
|
||||
run: |
|
||||
echo say hello
|
||||
|
||||
- name: Print branch_name
|
||||
run: ${{ steps.branch_name.outputs.branch_name }}
|
||||
# - name: Get tag safe branch name
|
||||
# id: branch_name
|
||||
# uses: ./.github/actions/getTagSafeRef
|
||||
|
||||
# - name: Build and push image
|
||||
# id: docker_build
|
||||
|
||||
Reference in New Issue
Block a user