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 8e8c9c2 commit 6f4a941
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/go-mod-index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,9 @@ jobs:
- 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 }}"
- run: echo "github.ref_type ${{ github.ref_type }}"
- run: echo "github.repository ${{ github.repository }}"
- run: echo "github.repositoryUrl ${{ github.repositoryUrl }}"

0 comments on commit 6f4a941

Please sign in to comment.