Skip to content

Commit

Permalink
ci: Inline action
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Aug 5, 2024
1 parent 0b0b2c8 commit 48c0ac6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 17 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/get-extra/action.yml

This file was deleted.

6 changes: 5 additions & 1 deletion .github/workflows/install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,11 @@ runs:
use-public-rspm: true

- id: get-extra
uses: ./.github/workflows/get-extra
run: |
set -x
packages=$( ( grep Config/gha/extra-packages DESCRIPTION || true ) | cut -d " " -f 2)
echo packages=$packages >> $GITHUB_OUTPUT
shell: bash

- uses: r-lib/actions/setup-r-dependencies@v2
env:
Expand Down

0 comments on commit 48c0ac6

Please sign in to comment.