chore: update workflow
All checks were successful
link / Link assets on Linux (push) Successful in 4m45s
All checks were successful
link / Link assets on Linux (push) Successful in 4m45s
This commit is contained in:
@@ -3,7 +3,7 @@ name: link
|
||||
on: [push]
|
||||
|
||||
env:
|
||||
OAT_VERSION: "0.21.1"
|
||||
OAT_VERSION: "0.26.1"
|
||||
|
||||
jobs:
|
||||
link-linux:
|
||||
@@ -21,7 +21,7 @@ jobs:
|
||||
token: ${{ secrets.SUBMODULE_PAT }}
|
||||
|
||||
- name: Link assets
|
||||
uses: addnab/docker-run-action@v3
|
||||
uses: maus007/docker-run-action-fork@main
|
||||
with:
|
||||
image: ubuntu:noble
|
||||
options: --volumes-from=${{ env.JOB_CONTAINER_NAME }}
|
||||
|
||||
Reference in New Issue
Block a user