Skip to content

Commit

Permalink
GitHub Action: Trigger Go module indexing
Browse files Browse the repository at this point in the history
  • Loading branch information
tangrufus committed Nov 15, 2024
1 parent 6f4a941 commit 9ca3bcb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go-mod-index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
go-mod-index:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v5'
with:
cache: false
# - uses: actions/setup-go@v5
# with:
# cache: false
- run: echo "github.ref_name ${{ github.ref_name }}"
- run: echo "github.ref ${{ github.ref }}"
- run: echo "github.sha ${{ github.sha }}"
Expand Down

0 comments on commit 9ca3bcb

Please sign in to comment.