mirror of
https://github.com/ddworken/hishtory.git
synced 2024-11-23 00:34:27 +01:00
Fix indentation error in go-test.yml
This commit is contained in:
parent
a13549851c
commit
daa4fa2a00
7
.github/workflows/go-test.yml
vendored
7
.github/workflows/go-test.yml
vendored
@ -21,9 +21,10 @@ jobs:
|
||||
uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: 1.18
|
||||
- uses: datadog/agent-github-action@v1.3
|
||||
with:
|
||||
api_key: ${{ secrets.DD_API_KEY }}
|
||||
- name: Set up Datadog
|
||||
uses: datadog/agent-github-action@v1.3
|
||||
with:
|
||||
api_key: ${{ secrets.DD_API_KEY }}
|
||||
- name: Linux Setup
|
||||
if: ${{ !startsWith(github.event.head_commit.message, 'Release') && matrix.os == 'ubuntu-latest'}}
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user