Skip to content

Commit

Permalink
actions: small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
PascalEgn committed Jul 25, 2024
1 parent 04b4c30 commit fa6225a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/bump-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ jobs:
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
token: ${{ secrets.INSPIRE_BOT_TOKEN }}
fetch-depth: 0

- name: Set up Python
Expand Down Expand Up @@ -40,7 +39,6 @@ jobs:
uses: ad-m/[email protected]
with:
branch: ${{ github.ref }}
github_token: ${{ secrets.INSPIRE_BOT_TOKEN }}
tags: true

publish:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-master.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Pull request master
name: Push master

on:
push:
Expand Down

0 comments on commit fa6225a

Please sign in to comment.