mirror of
https://github.com/icewind1991/nextcloud-version-matrix.git
synced 2026-06-03 09:34:12 +02:00
bundle
This commit is contained in:
parent
bab067c141
commit
33c0246e79
6 changed files with 38861 additions and 7 deletions
10
.github/workflows/main.yml
vendored
10
.github/workflows/main.yml
vendored
|
|
@ -11,15 +11,15 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
name: A job to test the action
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Execute xpath-action
|
||||
id: versions
|
||||
- name: Execute action
|
||||
id: run
|
||||
uses: ./
|
||||
with:
|
||||
filename: ./.github/workflows/info.xml
|
||||
|
||||
- name: Get the result
|
||||
run: |
|
||||
echo -e "Versions :\n${{ steps.xpath.versions.versions }}"
|
||||
echo -e "Branches :\n${{ steps.xpath.versions.branches }}"
|
||||
echo -e "Versions :\n${{ steps.xpath.run.versions }}"
|
||||
echo -e "Branches :\n${{ steps.xpath.run.branches }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue