Compare commits
No commits in common. "f8ada85af7e64b4160bde985ef1d6f17189a8953" and "1e05ebab8f2388761e224421cd71bc5edfa9f491" have entirely different histories.
f8ada85af7
...
1e05ebab8f
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ jobs:
|
||||||
if: github.event.pull_request.merged == true
|
if: github.event.pull_request.merged == true
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container:
|
container:
|
||||||
image: mafyuh/ansible-bws:v1.0.4
|
image: ubuntu:24.04
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
Loading…
Reference in a new issue