We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db5fdd8 commit 32d01caCopy full SHA for 32d01ca
.github/workflows/u24_element_build_release_call.yaml
@@ -7,7 +7,7 @@ on:
7
jobs:
8
test_call_u24_elements_build_release_alpine:
9
if: startsWith(github.ref, 'refs/tags') != true
10
- uses: yambottle/djsciops-cicd/.github/workflows/u24_element_build_release.yaml@main
+ uses: dj-sciops/djsciops-cicd/.github/workflows/u24_element_build_release.yaml@main
11
with:
12
py_ver: 3.9
13
image: djbase
@@ -18,7 +18,7 @@ jobs:
18
if: |
19
github.event_name == 'push' &&
20
startsWith(github.ref, 'refs/tags')
21
22
23
24
0 commit comments