1818 ssh-debugging :
1919 description : Boolean; whether or not to pause for ssh debugging
2020 required : true
21- default : " false"
21+ default : ' false'
2222jobs :
2323 backup :
24- name :
25- " Backup: Cluster A: PE ${{ inputs.version }} ${{ inputs.architecture }}
26- on ${{ inputs.image }}"
24+ name : ' Backup: Cluster A: PE ${{ inputs.version }} ${{ inputs.architecture }}
25+ on ${{ inputs.image }}'
2726 runs-on : ubuntu-latest
2827 env :
2928 BOLT_GEM : true
4140 - name : Activate Ruby 3.1
4241 uses : ruby/setup-ruby@v1
4342 with :
44- ruby-version : " 3.1"
43+ ruby-version : ' 3.1'
4544 bundler-cache : true
4645 - name : Print bundle environment
4746 if : ${{ github.repository_owner == 'puppetlabs' }}
@@ -137,9 +136,8 @@ jobs:
137136 echo ::endgroup::
138137 fi
139138 restore :
140- name :
141- " Restore: Cluster B: PE ${{ inputs.version }} ${{ inputs.architecture }}
142- on ${{ inputs.image }}"
139+ name : ' Restore: Cluster B: PE ${{ inputs.version }} ${{ inputs.architecture }}
140+ on ${{ inputs.image }}'
143141 runs-on : ubuntu-latest
144142 env :
145143 BOLT_GEM : true
@@ -151,7 +149,7 @@ jobs:
151149 - name : Activate Ruby 3.1
152150 uses : ruby/setup-ruby@v1
153151 with :
154- ruby-version : " 3.1"
152+ ruby-version : ' 3.1'
155153 bundler-cache : true
156154 - name : Print bundle environment
157155 if : ${{ github.repository_owner == 'puppetlabs' }}
@@ -201,9 +199,8 @@ jobs:
201199202200 with :
203201 ref : ${{ github.ref }}
204- check-name :
205- " Backup: Cluster A: PE ${{ inputs.version }} ${{ inputs.architecture }}
206- on ${{ inputs.image }}"
202+ check-name : ' Backup: Cluster A: PE ${{ inputs.version }} ${{ inputs.architecture }}
203+ on ${{ inputs.image }}'
207204 repo-token : ${{ secrets.GITHUB_TOKEN }}
208205 wait-interval : 10
209206 - name : Tear down cluster B
0 commit comments