kopia lustrzana https://github.com/dgtlmoon/changedetection.io
Fixing var name
rodzic
91f69b92a2
commit
1a0c3f1250
|
@ -31,8 +31,8 @@ jobs:
|
||||||
- name: Create release metadata
|
- name: Create release metadata
|
||||||
run: |
|
run: |
|
||||||
# COPY'ed by Dockerfile into backend/ of the image, then read by the server in store.py
|
# COPY'ed by Dockerfile into backend/ of the image, then read by the server in store.py
|
||||||
echo ${{ steps.vars.outputs.sha_short }} > backend/source.txt
|
echo ${{ github.sha }} > backend/source.txt
|
||||||
echo ${{ steps.vars.outputs.tag }} > backend/tag.txt
|
echo ${{ github.ref }} > backend/tag.txt
|
||||||
|
|
||||||
- name: Test with pytest
|
- name: Test with pytest
|
||||||
run: |
|
run: |
|
||||||
|
|
Ładowanie…
Reference in New Issue