Try to fix github actions

This commit is contained in:
Linus Dierheimer
2022-03-24 21:43:27 +01:00
parent 92e8f23261
commit 2d7e6c37ff
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -11,4 +11,4 @@ jobs:
uses: actions/checkout@v2
- name: run build and check
uses: ./.github/workflows/check.yml
uses: ./.github/workflows/check.yml@master
+1 -1
View File
@@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v2
- name: run build and check
uses: ./.github/workflows/check.yml
uses: ./.github/workflows/check.yml@master
- name: get fastfetch version
id: get_version_fastfetch