Skip to content

Commit

Permalink
more yarn lock changes
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomoreno committed Apr 6, 2021
1 parent dfafa70 commit 07dab53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/no-yarn-lock-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
id: control
run: |
echo "user: ${{ github.event.pull_request.user.login }}"
echo "role: ${{ steps.get_permissions.outputs.data }}"
echo "::set-output name=should_run::${{ !contains(fromJson('["admin", "write"]'), fromJson(steps.get_permissions.outputs.data).permission) }}"
echo "role: ${{ fromJson(steps.get_permissions.outputs.data).permission) }}"
echo "should_run: ${{ !contains(fromJson('["admin", "write"]'), fromJson(steps.get_permissions.outputs.data).permission) }}"
- name: Get file changes
uses: trilom/file-changes-action@ce38c8ce2459ca3c303415eec8cb0409857b4272
if: ${{ steps.control.should_run }}
Expand Down

0 comments on commit 07dab53

Please sign in to comment.