Skip to content

Commit

Permalink
fix: [#108] Ensure that task can include remote Taskfiles (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbp-bvanb authored Nov 12, 2024
1 parent 024aebf commit 7954d75
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ version: 3

vars:
REMOTE_URL: https://raw.githubusercontent.com
REMOTE_URL_REF: 100-remote-taskfile
REMOTE_URL_REF: v0.10.2
REMOTE_URL_REPO: schubergphilis/mcvs-golang-action

includes:
Expand Down Expand Up @@ -73,6 +73,8 @@ jobs:
- security-trivy
- unit
runs-on: ubuntu-22.04
env:
TASK_X_REMOTE_TASKFILES: 1
steps:
- uses: actions/[email protected]
- uses: schubergphilis/[email protected]
Expand Down

0 comments on commit 7954d75

Please sign in to comment.