Skip to content

Commit

Permalink
no commit
Browse files Browse the repository at this point in the history
  • Loading branch information
dskloetd committed Jul 15, 2024
1 parent f1c97ca commit 85cbb4d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/update-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,11 @@ jobs:
run: |
cd frontend
npm run update:gix
git commit -a -m "Bump gix-components"
- name: Update ic-js
if: ${{ inputs.ic_js }}
run: |
cd frontend
npm run upgrade:next
git commit -a -m "Bump ic-js"
- name: Create Pull Request
id: cpr
# Note: If there were no changes, this step creates no PR.
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/update-proposals.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,11 @@ jobs:
run: |
cd frontend
npm run update:gix
git commit -a -m "Bump gix-components"
- name: Update ic-js
if: ${{ inputs.ic_js }}
run: |
cd frontend
npm run upgrade:next
git commit -a -m "Bump ic-js"
- name: Create Pull Request
id: cpr
# Note: If there were no changes, this step creates no PR.
Expand Down

0 comments on commit 85cbb4d

Please sign in to comment.