Commit 0cf5c20 1 parent f2c0a41 commit 0cf5c20 Copy full SHA for 0cf5c20
File tree 2 files changed +15
-11
lines changed
2 files changed +15
-11
lines changed Original file line number Diff line number Diff line change 1
- name : Links
1
+ name : links
2
2
3
3
on :
4
4
workflow_dispatch :
7
7
- main
8
8
paths :
9
9
- .github/workflows/links.yml
10
+ - lychee.toml
10
11
- " **.md"
11
12
schedule :
12
- - cron : " 0 3 * * 1 "
13
+ - cron : " 0 0 * * 2 "
13
14
14
15
permissions : read-all
15
16
16
17
jobs :
17
- linkChecker :
18
+ links :
18
19
runs-on : ubuntu-latest
19
20
steps :
20
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
21
+ - name : Checkout
22
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
21
23
22
24
- name : Restore lychee cache
23
25
uses : actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
Original file line number Diff line number Diff line change @@ -2,12 +2,12 @@ name: packer-templates
2
2
3
3
on :
4
4
workflow_dispatch :
5
- # push:
6
- # branches-ignore:
7
- # - main
8
- # paths:
9
- # - "*.json"
10
- # - .github/workflows/packer-templates.yml
5
+ push :
6
+ branches-ignore :
7
+ - main
8
+ paths :
9
+ - " *.json"
10
+ - .github/workflows/packer-templates.yml
11
11
12
12
permissions : read-all
13
13
26
26
PACKER_LATEST_VERSION=$(curl -s https://checkpoint-api.hashicorp.com/v1/check/packer | jq -r -M '.current_version')
27
27
curl -s "https://releases.hashicorp.com/packer/${PACKER_LATEST_VERSION}/packer_${PACKER_LATEST_VERSION}_linux_amd64.zip" --output /tmp/packer_linux_amd64.zip
28
28
sudo unzip -o /tmp/packer_linux_amd64.zip -d /usr/local/bin/
29
- packer plugins install github.com/hashicorp/qemu
30
29
packer plugins install github.com/hashicorp/ansible
30
+ packer plugins install github.com/hashicorp/qemu
31
+ packer plugins install github.com/hashicorp/vagrant
32
+ packer plugins install github.com/hashicorp/virtualbox
31
33
32
34
- name : Validate Packer templates
33
35
run : |
You can’t perform that action at this time.
0 commit comments