We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d42564 commit 01d54f0Copy full SHA for 01d54f0
.github/workflows/main.yml
@@ -30,8 +30,8 @@ jobs:
30
vinca-gha --platform linux-64 --trigger-branch buildbranch_linux -d ./recipes
31
- name: Commit files for linux-64
32
run: |
33
- if [[ -f "linux.yml" ]]; then
34
- mv linux.yml .github/workflows/
+ if [[ -f "linux64.yml" ]]; then
+ mv linux64.yml .github/workflows/
35
git config --local user.email "action@github.com"
36
git config --local user.name "GitHub Action"
37
git add . -f
0 commit comments