mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-01-15 18:30:58 +01:00
Actions
This commit is contained in:
parent
3595fa3394
commit
a927afee0a
2
.github/workflows/rssguard.yml
vendored
2
.github/workflows/rssguard.yml
vendored
@ -25,4 +25,4 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Compile app
|
||||
run: ${{ matrix.script_name }} ${{ matrix.qmake_args }}
|
||||
run: ${{ matrix.script_name }} "${{ matrix.os }}" "${{ matrix.qmake_args }}"
|
@ -1,3 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo "testttt $1"
|
||||
echo "testttt $1 $2"
|
@ -1 +1 @@
|
||||
echo "testttt $args[0]"
|
||||
echo "testttt $args[0] $args[1]"
|
Loading…
Reference in New Issue
Block a user