File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ name: CI
2
2
3
3
on :
4
4
push :
5
- branches : ["master "]
5
+ branches : ["main "]
6
6
tags : ["*"]
7
7
pull_request :
8
- branches : ["master "]
8
+ branches : ["main "]
9
9
schedule :
10
10
- cron : " 0 17 * * 2"
11
11
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ coreos-bootstrap
2
2
================
3
3
4
4
[ ![ GitHub release] ( https://img.shields.io/github/release/instrumentisto/ansible-coreos-bootstrap.svg )] ( https://github.com/instrumentisto/ansible-coreos-bootstrap/releases/latest )
5
- [ ![ CI] ( https://github.com/instrumentisto/ansible-coreos-bootstrap/actions/workflows/ci.yml/badge.svg?branch=master " CI ")] ( https://github.com/instrumentisto/ansible-coreos-bootstrap/actions?query=workflow%3ACI+branch%3Amaster )
5
+ [ ![ CI] ( https://github.com/instrumentisto/ansible-coreos-bootstrap/actions/workflows/ci.yml/badge.svg?branch=main " CI ")] ( https://github.com/instrumentisto/ansible-coreos-bootstrap/actions?query=workflow%3ACI+branch%3Amain )
6
6
[ ![ Python] ( https://img.shields.io/badge/Python-3.11-blue.svg )] ( https://www.pypy.org )
7
7
[ ![ PyPy] ( https://img.shields.io/badge/PyPy-7.3.19-blue.svg )] ( https://www.pypy.org )
8
8
@@ -23,7 +23,7 @@ Add to your `requirements.yml`:
23
23
``` yaml
24
24
- name : instrumentisto.coreos-bootstrap
25
25
src : git+https://github.com/instrumentisto/ansible-coreos-bootstrap
26
- version : master
26
+ version : 4.0.0
27
27
` ` `
28
28
29
29
And resolve your dependencies:
You can’t perform that action at this time.
0 commit comments