Skip to content

Commit

Permalink
boop it
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamc committed Jun 5, 2024
1 parent 271d575 commit ca0ffe1
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/update-downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,21 +56,8 @@ jobs:
- name: Commit changes to package.json, pnpm-lock.yaml, and dist/
run: |
gh repo fork
git checkout -b ${{ env.GIT_BRANCH }}
date > boop
git add .
if [[ $(git status -s) ]]; then
git commit \
--message "update(deps): update detsys-ts dependency to ${{ env.REF }} and rebuild dist directory" \
--no-verify
echo "updated detsys-ts dependency to ${{ env.REF }} and rebuilt dist directory"
else
echo "error: pnpm dependencies do not seem to have changed"
exit 1
fi
- name: Create Pull Request
uses: peter-evans/create-pull-request@v3
Expand Down

0 comments on commit ca0ffe1

Please sign in to comment.