We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 022e76d commit 70ad56cCopy full SHA for 70ad56c
.github/workflows/lifecycle.yml
@@ -19,8 +19,6 @@ jobs:
19
path: "${{ github.repository }}"
20
- name: Molecule for Ansible - lint
21
uses: MonolithProjects/[email protected]
22
- env:
23
- PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
24
with:
25
molecule_command: lint
26
tasks/install_runner.yml
@@ -50,7 +50,7 @@
50
src: "./actions-runner-linux-{{ runner_version }}.tar.gz"
51
dest: "{{ runner_dir }}/"
52
owner: "{{ runner_user }}"
53
- mode: 0644
+ mode: 0755
54
tags:
55
- install
56
0 commit comments