1 Commits

Author SHA1 Message Date
Tobias Klemp
4b9f6e0695 test
Some checks failed
CI / build-and-test (pull_request) Failing after 7m6s
2026-01-01 18:43:02 +01:00

View File

@@ -10,12 +10,14 @@ jobs:
# github.event.comment.author_association == 'MEMBER') # github.event.comment.author_association == 'MEMBER')
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Get tag safe branch name - name: say hello
id: branch_name # if: contains(github.event.comment.body, '/deploy') # check the comment if it contains the keywords
uses: ./.github/actions/getTagSafeRef run: |
echo say hello
- name: Print branch_name # - name: Get tag safe branch name
run: ${{ steps.branch_name.outputs.branch_name }} # id: branch_name
# uses: ./.github/actions/getTagSafeRef
# - name: Build and push image # - name: Build and push image
# id: docker_build # id: docker_build