Skip to content

Commit

Permalink
ci: modify action for test
Browse files Browse the repository at this point in the history
  • Loading branch information
R3DRUN3 committed Jul 5, 2023
1 parent e1d4ec1 commit 91ca9f3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/goaction.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,11 @@ jobs:
runs-on: ubuntu-latest
permissions: write-all
steps:
- name: Set up Go
uses: actions/setup-go@v2
- name: Check out repository and setup go
uses: actions/checkout@v3
uses: actions/setup-go@v3
with:
go-version: '>=1.17.0'
- name: Check out repository
uses: actions/checkout@v2
- name: Set up environment variables
run: |
echo "GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}" >> $GITHUB_ENV
Expand Down

0 comments on commit 91ca9f3

Please sign in to comment.