Skip to content

Commit

Permalink
Attempt to fix #22
Browse files Browse the repository at this point in the history
Related: #22
  • Loading branch information
GegznaV committed Nov 30, 2021
1 parent ee7bbed commit 971d9cd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/drat--insert-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ name: Insert package (drat)

jobs:
drat:
if: github.actor != "pkg-skeleton Deploy Bot"
if: ${{ github.actor }} != "pkg-skeleton Deploy Bot"

runs-on: ${{ matrix.config.os }}

Expand All @@ -63,6 +63,10 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Info
run: |
echo "GitHub actor: ${{ github.actor }}"
- uses: r-lib/actions/setup-r@master
with:
r-version: ${{ matrix.config.r }}
Expand Down

0 comments on commit 971d9cd

Please sign in to comment.