Skip to content

Commit e4922ba

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 6b086e8 commit e4922ba

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 }}

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)