FIX sintax

This commit is contained in:
maximo tejeda 2024-11-16 22:25:32 -04:00
parent c93003055c
commit bbf2a8d354

View File

@ -9,11 +9,11 @@ on:
jobs:
test:
runs-on: ubuntu-latest
env:
TOKEN: ${{ secrets.TOKEN }}
USERNAME: ${{ vars.USERNAME }}
TAG_VERSION: ${{ github.ref_name }}
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
@ -27,11 +27,12 @@ jobs:
run: go test -v ./...
vulnCheck:
runs-on: ubuntu-latest
env:
TOKEN: ${{ secrets.TOKEN }}
USERNAME: ${{ vars.USERNAME }}
TAG_VERSION: ${{ github.ref_name }}
runs-on: ubuntu-latest
steps:
- name: checkout Code
uses: actions/checkout@v4