Skip to content

Commit 6fd38ec

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 6fd38ec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

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

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

0 commit comments

Comments
 (0)