/
githubmirror
/
act
Обзор
Документация
Войти
/
githubmirror
/
act
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
pkg/runner/testdata/issue-597/spelling.yaml
32 строки
974 B
Björn Brauer
Expression evaluator fixes (#1009)
25 фев 2022, 21:39
Не верифицирован
25 фев 2022, 21:39
c24cfc7
Код
Авторство
О чём код?
name: issue-597 on: push jobs: my_first_job: runs-on: ubuntu-latest steps: - name: My first false step if: "endsWith('Should not', 'o1')" uses: actions/checkout@v2.0.0 with: ref: refs/pull/${{github.event.pull_request.number}}/merge fetch-depth: 5 - name: My first true step if: ${{endsWith('Hello world', 'ld')}} uses: actions/hello-world-javascript-action@main with: who-to-greet: "Renst the Octocat" - name: My second false step if: "endsWith('Should not evaluate', 'o2')" uses: actions/checkout@v2.0.0 with: ref: refs/pull/${{github.event.pull_request.number}}/merge fetch-depth: 5 - name: My third false step if: ${{endsWith('Should not evaluate', 'o3')}} uses: actions/checkout@v2.0.0 with: ref: refs/pull/${{github.event.pull_request.number}}/merge fetch-depth: 5