-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b52b1ae
commit b6e3df1
Showing
2 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ jobs: | |
runs-on: ubuntu-22.04 | ||
steps: | ||
- name: Check docs build | ||
uses: convictional/[email protected].1 | ||
uses: convictional/[email protected].5 | ||
with: | ||
owner: husarion | ||
repo: docs_new | ||
|
@@ -98,7 +98,7 @@ jobs: | |
runs-on: ubuntu-22.04 | ||
steps: | ||
- name: Build OS image | ||
uses: convictional/[email protected].1 | ||
uses: convictional/[email protected].5 | ||
with: | ||
owner: husarion | ||
repo: panther-rpi-os-img | ||
|
@@ -113,7 +113,7 @@ jobs: | |
} | ||
- name: Build flash OS image | ||
uses: convictional/[email protected].1 | ||
uses: convictional/[email protected].5 | ||
with: | ||
owner: husarion | ||
repo: panther-rpi-os-img | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,7 +49,7 @@ jobs: | |
build_type: development | ||
|
||
- name: Release panther-rpi-os-img repository | ||
uses: convictional/[email protected].1 | ||
uses: convictional/[email protected].5 | ||
with: | ||
owner: husarion | ||
repo: panther-rpi-os-img | ||
|
@@ -67,7 +67,7 @@ jobs: | |
- name: Build OS image | ||
if: ${{ fromJSON(github.event.inputs.automatic_mode) == true }} | ||
uses: convictional/[email protected].1 | ||
uses: convictional/[email protected].5 | ||
with: | ||
owner: husarion | ||
repo: panther-rpi-os-img | ||
|
@@ -83,7 +83,7 @@ jobs: | |
- name: Build flash OS image | ||
if: ${{ fromJSON(github.event.inputs.automatic_mode) == true }} | ||
uses: convictional/[email protected].1 | ||
uses: convictional/[email protected].5 | ||
with: | ||
owner: husarion | ||
repo: panther-rpi-os-img | ||
|
@@ -96,7 +96,7 @@ jobs: | |
} | ||
- name: Rebuild documentation | ||
uses: convictional/[email protected].1 | ||
uses: convictional/[email protected].5 | ||
with: | ||
owner: husarion | ||
repo: docs_new | ||
|