Skip to content

Commit

Permalink
Adds Vinifera files checkout to GitHub actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
CCHyper committed Apr 17, 2022
1 parent 556adc2 commit f8040ae
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,12 @@ jobs:
if: ${{ steps.vars.outputs.GHA_REPO_ALIVE }} == 'true'
uses: actions/checkout@v2

- name: Checkout Files
uses: actions/checkout@v2
with:
repository: Vinifera-Developers/Vinifera-Files
path: vinifera-files

- name: Set Variables
id: vars
run: echo "::set-output name=sha_short::$(git rev-parse --short HEAD)"
Expand Down Expand Up @@ -142,6 +148,12 @@ jobs:
if: ${{ steps.vars.outputs.GHA_REPO_ALIVE }} == 'true'
uses: actions/checkout@v2

- name: Checkout Files
uses: actions/checkout@v2
with:
repository: Vinifera-Developers/Vinifera-Files
path: vinifera-files

- name: Set Variables
id: vars
run: echo "::set-output name=sha_short::$(git rev-parse --short HEAD)"
Expand Down
12 changes: 12 additions & 0 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ jobs:
- name: Clone Repository
uses: actions/checkout@v2

- name: Checkout Files
uses: actions/checkout@v2
with:
repository: Vinifera-Developers/Vinifera-Files
path: vinifera-files

- name: Set Variables
id: vars
run: echo "::set-output name=sha_short::$(git rev-parse --short HEAD)"
Expand Down Expand Up @@ -70,6 +76,12 @@ jobs:
- name: Clone Repository
uses: actions/checkout@v2

- name: Checkout Files
uses: actions/checkout@v2
with:
repository: Vinifera-Developers/Vinifera-Files
path: vinifera-files

- name: Set Variables
id: vars
run: echo "::set-output name=sha_short::$(git rev-parse --short HEAD)"
Expand Down

0 comments on commit f8040ae

Please sign in to comment.