Skip to content

Commit 3a3e4e4

Browse files
test
1 parent 7a40e89 commit 3a3e4e4

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

.github/actions/build/action.yml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ outputs:
3333
runs:
3434
using: composite
3535
steps:
36-
# - name: Checkout repository
37-
# uses: actions/checkout@v3
38-
# with:
39-
# # Very Important: semantic-release won't trigger a tagged
40-
# # build if this is not set to false
41-
# persist-credentials: false
36+
- name: Checkout repository
37+
uses: actions/checkout@v3
38+
with:
39+
# Very Important: semantic-release won't trigger a tagged
40+
# build if this is not set to false
41+
persist-credentials: false
4242

4343
- name: Setup python
4444
uses: actions/setup-python@v4
@@ -132,6 +132,9 @@ runs:
132132
run: |
133133
cp -f THIRDPARTY package/THIRDPARTY || echo "THIRDPARTY file not found (allowed for PR and schedule)"
134134
135+
- name: Checkout repository
136+
uses: actions/checkout@v3
137+
135138
- name: Build Package
136139
id: uccgen
137140
uses: splunk/addonfactory-ucc-generator-action@v2

0 commit comments

Comments
 (0)