We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55b6c68 commit 13767b9Copy full SHA for 13767b9
1 file changed
.github/workflows/trigerred.yml
@@ -15,6 +15,8 @@ jobs:
15
run: |
16
echo "REPO=${GITHUB_REPOSITORY,,}" >>${GITHUB_ENV}
17
- uses: actions/checkout@v2
18
+ with:
19
+ ref: main
20
- name: Login to GitHub Container Registry
21
uses: docker/login-action@v1
22
with:
0 commit comments