Skip to content

Commit 6ac89ad

Browse files
committed
ci
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent a32be5d commit 6ac89ad

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/update_spdx_licenses.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,6 @@ jobs:
7777
uses: actions/checkout@v5
7878
with:
7979
ref: ${{ github.ref_name }}
80-
- name: Fetch changes
81-
# https://github.com/actions/download-artifact
82-
uses: actions/download-artifact@v5
83-
with:
84-
name: schema-spdx
85-
path: schema
8680
- name: switch branch
8781
id: branch
8882
run: |
@@ -97,6 +91,12 @@ jobs:
9791
echo "existed=false" >> $GITHUB_OUTPUT
9892
git checkout -b "$SB_BRANCH"
9993
fi
94+
- name: Fetch changes
95+
# https://github.com/actions/download-artifact
96+
uses: actions/download-artifact@v5
97+
with:
98+
name: schema-spdx
99+
path: schema
100100
- name: commit and push
101101
run: |
102102
set -eux

0 commit comments

Comments
 (0)