File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ jobs:
206206 curl -sSL https://raw.githubusercontent.com/nginx/k8s-common/main/files/binary-json.sh -o binary-json.sh
207207 chmod +x binary-json.sh
208208 echo "json=$(./binary-json.sh ${{ github.workspace }}/dist ${{ github.event.repository.name }} "nginx-prometheus-exporter")" >> $GITHUB_OUTPUT
209-
209+
210210 - name : Store Artifacts in Cache
211211 uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
212212 with :
@@ -250,7 +250,7 @@ jobs:
250250 with :
251251 sarif_file : ${{ steps.scan.outputs.sarif }}
252252 if : github.event_name != 'pull_request'
253-
253+
254254 generate-assertion-doc :
255255 if : ${{ github.event_name != 'pull_request' }}
256256 name : Assertion Doc ${{ matrix.prometheus.arch }}
Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ jobs:
181181 curl -sSL https://raw.githubusercontent.com/nginx/k8s-common/main/files/binary-json.sh -o binary-json.sh
182182 chmod +x binary-json.sh
183183 echo "json=$(./binary-json.sh ${{ github.workspace }}/dist ${{ github.event.repository.name }} "nginx-prometheus-exporter")" >> $GITHUB_OUTPUT
184-
184+
185185 - name : Store Artifacts in Cache
186186 uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
187187 with :
@@ -251,7 +251,7 @@ jobs:
251251 timestamp=$(date --iso-8601=seconds)
252252 echo "timestamp=${timestamp}" >> $GITHUB_OUTPUT
253253 cat $GITHUB_OUTPUT
254-
254+
255255 - name : Setup netrc
256256 run : |
257257 cat <<EOF > $HOME/.netrc
You can’t perform that action at this time.
0 commit comments