We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 988da9c commit eb19fcfCopy full SHA for eb19fcf
.github/workflows/python-package.yml
@@ -38,13 +38,13 @@ jobs:
38
steps:
39
- uses: actions/checkout@v2
40
- name: Test with pytest
41
- uses: |
42
- addnab/docker-run-action@v3
43
- lhotari/action-upterm@v1
+ uses: lhotari/action-upterm@v1
+ with:
+ limit-access-to-actor: true
44
+ uses: addnab/docker-run-action@v3
45
with:
46
image: fluxrm/flux-core:focal
47
options: -v ${{ github.workspace }}:/workspace -u root
- limit-access-to-actor: true
48
run: |
49
cd /workspace
50
echo "Running in ${PWD}"
0 commit comments