Skip to content

Commit

Permalink
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 302064f commit a110b08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-shrinkwrap-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ 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
run: |
echo ${{ github.sha }}
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
REMOTE_HTTPS_URL="https://${GITHUB_ACTOR}:${{ secrets.GITHUB_TOKEN }}@github.com/${GITHUB_REPOSITORY}"
Expand Down

0 comments on commit a110b08

Please sign in to comment.