Skip to content

Commit

Permalink
🚑 submodule更新用のactionsを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
yamaji committed Nov 8, 2024
1 parent ada3d64 commit 903934d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/submodule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: main
if: ${{ steps.status.outputs.status && github.event_name == 'push' }}
if: ${{ steps.status.outputs.status }}

0 comments on commit 903934d

Please sign in to comment.