Skip to content

Commit 4269ab1

Browse files
committed
Apply consistent format across workflow files
Signed-off-by: Ricardo Lopes <[email protected]>
1 parent fba4a75 commit 4269ab1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/openvex.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
steps:
2020
- name: Checkout code
2121
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
22+
2223
- name: Set environment variables
2324
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
2425

@@ -33,4 +34,4 @@ jobs:
3334
env:
3435
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3536
run: |
36-
gh release upload ${{ env.RELEASE_VERSION }} kube-state-metrics.openvex.json
37+
gh release upload ${{ env.RELEASE_VERSION }} kube-state-metrics.openvex.json

0 commit comments

Comments
 (0)