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