File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -29,17 +29,15 @@ jobs:
29
29
- name : stamp it
30
30
id : stamp
31
31
run : |
32
- if true; then # [[ ${{ github.debug }} -eq 1 ]]; then
32
+ if [[ " ${{ github.debug }}" -eq 1 ]]; then
33
33
set -x
34
+ echo "ACTIONS_RUNNER_DEBUG := <<${ACTIONS_RUNNER_DEBUG}>>" >&2
35
+ echo "ACTIONS_STEP_DEBUG := <<${ACTIONS_STEP_DEBUG}>>" >&2
34
36
fi
35
- echo "ACTIONS_RUNNER_DEBUG := <<${ACTIONS_RUNNER_DEBUG}>>" >&2
36
- echo "ACTIONS_STEP_DEBUG := <<${ACTIONS_STEP_DEBUG}>>" >&2
37
- git config --get-regexp '^user\..*' || true
38
37
39
38
# this pair is magic: https://github.com/actions/checkout/tree/v4.2.2#push-a-commit-using-the-built-in-token
40
39
git config user.name "github-actions[bot]"
41
40
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
42
- git config --get-regexp '^user\..*' || true
43
41
44
42
my_tag=v0.${GITHUB_RUN_ID}.0
45
43
git tag $my_tag HEAD
You can’t perform that action at this time.
0 commit comments