Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Agent-Hellboy committed Nov 20, 2024
1 parent c8e468d commit 484099f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,12 @@ jobs:
Components: main
Description: APT repository for fmsh
EOF
- name: Ensure Main Branch is Checked Out
run: |
git fetch origin
git checkout main
- name: Commit and Push to /docs
run: |
git config --global user.name "GitHub Actions"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go.yml → .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will build a golang project
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-go

name: Go
name: Test

on:
push:
Expand Down

0 comments on commit 484099f

Please sign in to comment.