1
0
Fork 0
mirror of https://github.com/gocsaf/csaf.git synced 2025-12-22 18:15:42 +01:00

Experiement with checkout in github action

This commit is contained in:
Bernhard Reiter 2022-05-11 11:46:33 +02:00
parent f1b3de5caa
commit 9d271e3c7e
No known key found for this signature in database
GPG key ID: 2B7BA3BF9BC3A554

View file

@ -12,7 +12,7 @@ jobs:
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v3
with: with:
ref: ${{ github.event.release.tag_name }} ref: 0
- name: Set up Go - name: Set up Go
uses: actions/setup-go@v3 uses: actions/setup-go@v3