Skip to content

Commit

Permalink
remove cruft data
Browse files Browse the repository at this point in the history
  • Loading branch information
kjaymiller committed Oct 13, 2023
1 parent e0e2283 commit 77b7055
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/cruft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@ jobs:
run: |
echo "::set-output name=branch::${{ matrix.branch }}"
echo "::set-output name=commit-message::${{ matrix.commit-message }}"
echo "::set-output name=title::${{ matrix.title }}"
echo "::set-output name=body::${{ matrix.body }}"
git checkout -b "${{ matrix.branch }}"
git add ${{ matrix.add-paths }}
git commit -m "${{ matrix.commit-message }}"
Expand Down

0 comments on commit 77b7055

Please sign in to comment.