Skip to content

Commit

Permalink
add fetch PR
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp-baumann committed Sep 16, 2024
1 parent 42c94c7 commit 3ae73f5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/styler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: r-lib/actions/pr-fetch@v2
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}

- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main

Expand All @@ -37,7 +41,6 @@ jobs:
run: |
git config --local user.name "$GITHUB_ACTOR"
git config --local user.email "$GITHUB_ACTOR@users.noreply.github.com"
git pull
git add \*.R
git commit -m 'Style'
Expand Down

0 comments on commit 3ae73f5

Please sign in to comment.