Skip to content

Commit acaaef1

Browse files
committed
Make name more generic
1 parent 13f9213 commit acaaef1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test-data/secrets-outside-environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-latest
77
steps:
88
- name: Docker setup
9-
uses: stacks-network/actions/docker@main
9+
uses: actions_repo/actions/docker@main
1010
with:
1111
username: ${{ secrets.DOCKERHUB_USERNAME }}
1212
password: ${{ secrets.DOCKERHUB_PASSWORD }}

0 commit comments

Comments
 (0)