From bde82421b1e3b81a12cb41afaa31fa4e82e78366 Mon Sep 17 00:00:00 2001 From: Stephan Date: Fri, 4 Jun 2021 11:33:09 +0200 Subject: [PATCH] wip --- .github/workflows/exp.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/exp.yml b/.github/workflows/exp.yml index 4f8c459..736b825 100644 --- a/.github/workflows/exp.yml +++ b/.github/workflows/exp.yml @@ -11,4 +11,9 @@ jobs: steps: - name: Experiment - uses: zpqrtbnk/gh-actions/experiment@master \ No newline at end of file + uses: zpqrtbnk/gh-actions/experiment@master + + - name: Infos + shell: bash + run: | + echo "github.ref: '${{ github.ref }}'" \ No newline at end of file