Skip to content
Open

111 #51

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/check-pr-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
if: github.head_ref != 'main' && !startsWith(github.head_ref, 'release')
runs-on: ubuntu-latest
steps:
- uses: xalvarez/prevent-file-change-action@v1.6.0
- uses: xalvarez/prevent-file-change-action@68e23e206c9680e3a4f13d3b10b9d7f506c90d2b
name: Prevent file change
with:
githubToken: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion test_push1.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ package hello
import "fmt"

func test1() {
fmt.Println("test")
fmt.Println("test1")
}