Skip to content

Commit

Permalink
Create commit on the fly to compare submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
minottic committed Aug 17, 2022
1 parent f757b67 commit e85e256
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/reusable.changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,13 @@ jobs:
cd ${{ inputs.submodule }}
git fetch origin ${{ inputs.submodule_commit }}
git checkout ${{ inputs.submodule_commit }}
- if: ${{ inputs.submodule_commit }}
uses: EndBug/add-and-commit@v9
with:
default_author: github_actions
push: false

- if: github.event_name == 'workflow_dispatch'
id: shas
run: |
Expand Down

0 comments on commit e85e256

Please sign in to comment.