We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfcc978 commit 2bfe36eCopy full SHA for 2bfe36e
1 file changed
.github/workflows/tests.yml
@@ -49,6 +49,13 @@ jobs:
49
--name=${RUNNER_CONFIG_NAME} \
50
--config-sh-options=--ephemeral
51
52
+ - name: Run again
53
+ run: |
54
+ ./github-runner-installer \
55
+ --run \
56
+ --name=${RUNNER_CONFIG_NAME} \
57
+ --config-sh-options=--ephemeral
58
+
59
run:
60
name: Run Tasks
61
runs-on: "jonpugh@github-runner.${{ github.run_id }}"
@@ -64,3 +71,7 @@ jobs:
64
71
echo "Hostname: $(hostname -f)"
65
72
echo "Environment:"
66
73
env
74
75
+ - name: A second task
76
77
+ echo "Confirmed."
0 commit comments