Skip to content

Commit

Permalink
Merge pull request #74 from systemli/0x46616c6b-patch-1
Browse files Browse the repository at this point in the history
📝 Update supported platforms
  • Loading branch information
0x46616c6b authored Aug 2, 2023
2 parents 1843916 + cdbf0f8 commit 54d1099
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:
- name: Prepare Auto Merge
uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
github-token: ${{ secrets.DEPENDABOT_AUTOMERGE_TOKEN }}
github-token: ${{ secrets.DEPENDABOT_AUTOMERGE_TOKEN }}
28 changes: 16 additions & 12 deletions .github/workflows/galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
---
name: Ansible Galaxy
on:
push:
branches:
- main
release:
name: Ansible Galaxy

jobs:
galaxy:
name: Ansible Galaxy
uses: systemli/github-ansible-workflow/.github/workflows/ansible-galaxy-workflow.yaml@main
secrets:
galaxy-token: ${{ secrets.galaxy_api_key }}
on:
push:
branches:
- main
tags:
- "*"

jobs:
galaxy:
name: Ansible Galaxy
uses: systemli/github-ansible-workflow/.github/workflows/[email protected]
with:
git-branch: ${{ github.ref_name }}
secrets:
galaxy-token: ${{ secrets.galaxy_api_key }}
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
name: Integration

on:
pull_request:
push:
Expand All @@ -18,6 +19,6 @@ on:
jobs:
integration:
name: Integration
uses: systemli/github-ansible-workflow/.github/workflows/ansible-integration-workflow.yaml@main
uses: systemli/github-ansible-workflow/.github/workflows/ansible-integration-workflow.yaml@v1.2.0
with:
distros: '[ "debian11", "debian12", "ubuntu2004", "ubuntu2204" ]'
6 changes: 4 additions & 2 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@ galaxy_info:
platforms:
- name: Debian
versions:
- all
- bookworm
- bullseye
- name: Ubuntu
versions:
- all
- jammy
- focal
dependencies: []

0 comments on commit 54d1099

Please sign in to comment.