Skip to content

Commit 983397a

Browse files
committed
Having this run on the ref that it currently is being run on. This should be similar to what to do with each repo
1 parent d96941b commit 983397a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Checkout code
4646
uses: actions/checkout@v2
4747
with:
48-
repository: perfetti/nginx-docker-compose.git
48+
repository: perfetti/nginx-docker-compose@${{ github.ref_name }}
4949

5050
- name: Build and start Docker Compose services
5151
run: docker-compose -f compose.yaml up --build -d

0 commit comments

Comments
 (0)