Skip to content

Commit

Permalink
no synced file(s) with dgibbs64/repo-sync (#20)
Browse files Browse the repository at this point in the history
* no synced local '.github/workflows/update-copyright-years-in-license-file.yml' with remote 'general/.github/workflows/update-copyright-years-in-license-file.yml'

* no synced local '.github/workflows/galaxy.yml' with remote 'ansible/.github/workflows/galaxy.yml'

* no synced local '.github/workflows/molecule.yml' with remote 'ansible/.github/workflows/molecule.yml'
  • Loading branch information
dgibbs64 committed Feb 23, 2024
1 parent 8c1225f commit e185b46
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install test dependencies
run: pip3 install yamllint
Expand All @@ -40,17 +40,18 @@ jobs:
- debian10
- debian11
- debian12
- fedora36
- fedora37
- fedora38
- fedora39
- opensuseleap15
- rockylinux8
- rockylinux9
- ubuntu1804
- ubuntu2004
- ubuntu2204
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install test dependencies
run: pip3 install molecule-plugins[docker] jmespath
Expand All @@ -73,7 +74,7 @@ jobs:
needs: molecule
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install Ansible
run: pip3 install ansible-core
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install test dependencies
run: pip3 install yamllint
Expand All @@ -43,17 +43,18 @@ jobs:
- debian10
- debian11
- debian12
- fedora36
- fedora37
- fedora38
- fedora39
- opensuseleap15
- rockylinux8
- rockylinux9
- ubuntu1804
- ubuntu2004
- ubuntu2204
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install test dependencies
run: pip3 install molecule-plugins[docker] jmespath
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Action Update License Year
Expand Down

0 comments on commit e185b46

Please sign in to comment.