Skip to content

Commit

Permalink
fixup! fixup! fixup! Some more small touches to workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
jamezrin committed Nov 23, 2021
1 parent a110b08 commit 632c06f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-shrinkwrap-and-test.yml
Expand Up @@ -15,13 +15,13 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: echo ${{ github.ref_name }}
- name: Install rush and pnpm
run: npm install -g @microsoft/rush pnpm
- name: Install dependencies with shrinkwrap update
run: rush update
- name: Commit and push updated shrinkwrap
continue-on-error: true
if: ${{ !startsWith(github.ref_name, 'renovate/') }}
run: |
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
Expand Down

0 comments on commit 632c06f

Please sign in to comment.