Skip to content

Commit

Permalink
Update check-dependencies.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aguacongas authored Sep 15, 2020
1 parent b1757b6 commit 197bb49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checkout the branch fix/dependencies with the PAT
- uses: actions/checkout@v2
- uses: actions/checkout@v2
with:
ref: fix/dependencies
token: ${{ secrets.PAT }}
fetch-depth: 0
- name: Merge master
run: |
git fetch
git config user.name github-actions
git config user.email [email protected]
git merge origin/master --allow-unrelated-histories
Expand Down

0 comments on commit 197bb49

Please sign in to comment.