Skip to content

Commit

Permalink
fix: remove tab from Github Action
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnacioHeredia authored Nov 8, 2023
1 parent ac609a6 commit 8f96f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
git tag -d $(git tag -l)
git fetch upstream --tags --quiet
git push origin --tags --force
# Keep the workflow running
# Github automatically disbales a workflow is the repo hasn't seen activity in the last 60 days.
# This steps will make a dummy commit after 50 days of inactivity to avoid the disabling.
Expand Down

0 comments on commit 8f96f83

Please sign in to comment.