mirror of
https://github.com/ddworken/hishtory.git
synced 2025-06-20 11:57:50 +02:00
Add dollar sign to fix github actions templating for outputs
This commit is contained in:
parent
55a4f1ddb0
commit
f88e1d5b3b
4
.github/workflows/go-test.yml
vendored
4
.github/workflows/go-test.yml
vendored
@ -85,13 +85,13 @@ jobs:
|
|||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
if: success() || failure()
|
if: success() || failure()
|
||||||
with:
|
with:
|
||||||
name: test-results-{{ matrix.os }}.json
|
name: test-results-${{ matrix.os }}.json
|
||||||
path: /tmp/testrun.json
|
path: /tmp/testrun.json
|
||||||
- name: Upload failed test goldens
|
- name: Upload failed test goldens
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
if: success() || failure()
|
if: success() || failure()
|
||||||
with:
|
with:
|
||||||
name: test-goldens-{{ matrix.os }}
|
name: test-goldens-${{ matrix.os }}
|
||||||
path: /tmp/test-goldens/
|
path: /tmp/test-goldens/
|
||||||
|
|
||||||
# - name: Setup tmate session
|
# - name: Setup tmate session
|
||||||
|
Loading…
x
Reference in New Issue
Block a user