-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename ansible-galaxy to ansible-polkadot (#73)
* rename repo ansible-galaxy to ansible-polkadot * release version 1.10 * update actions/github-script to v7 * fix check version script * use third party semver compare action
- Loading branch information
1 parent
1743678
commit ececcf0
Showing
7 changed files
with
19 additions
and
19 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
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 |
---|---|---|
|
@@ -45,13 +45,13 @@ jobs: | |
echo "MAIN_GALAXY_VERSION=${MAIN_GALAXY_VERSION}" >> "${GITHUB_ENV}" | ||
- name: Validate the current version | ||
if: ${{ ! env.CURRENT_GALAXY_VERSION }} | ||
uses: actions/github-script@v6 | ||
uses: actions/github-script@v7 | ||
with: | ||
script: | | ||
core.setFailed('Your Galaxy version is absent or empty!') | ||
- name: Compare versions | ||
if: ${{ inputs.compare-versions && env.MAIN_GALAXY_VERSION >= env.CURRENT_GALAXY_VERSION }} | ||
uses: actions/github-script@v6 | ||
uses: jackbilestech/[email protected] | ||
with: | ||
script: | | ||
core.setFailed('Your Galaxy version is lower than the version in the main branch or equal. Please bump your version!') | ||
base: ${{env.MAIN_GALAXY_VERSION}} | ||
head: ${{env.CURRENT_GALAXY_VERSION}} | ||
operator: '>=' |
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
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
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
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
collections: | ||
- name: https://github.com/paritytech/ansible-galaxy.git | ||
- name: https://github.com/paritytech/ansible-polkadot.git | ||
type: git | ||
version: main |
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
collections: | ||
- name: https://github.com/paritytech/ansible-galaxy.git | ||
- name: https://github.com/paritytech/ansible-polkadot.git | ||
type: git | ||
version: main |