Skip to content

Commit dc1963d

Browse files
authored
Merge pull request #582 from olehermanse/ghactions
Small fixes to add_validate_build_all based on code review
2 parents 65b28a9 + a7d8210 commit dc1963d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/add_validate_build_all.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ rm -rf ./tmp/
1111
mkdir -p ./tmp/
1212

1313
# This script is written to also work in for example cfengine/cfbs
14-
# where we'd need to downooad cfbs.json.
14+
# where we'd need to download cfbs.json.
1515
if [ ! -f ./cfbs.json ] ; then
1616
echo "No cfbs.json found in current working directory, downloading from GitHub"
1717
curl -L https://raw.githubusercontent.com/cfengine/build-index/refs/heads/master/cfbs.json -o ./tmp/cfbs.json

.github/workflows/add_validate_build_all.yaml renamed to .github/workflows/add_validate_build_all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
# Steps represent a sequence of tasks that will be executed as part of the job
2323
steps:
2424
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
25-
- uses: actions/checkout@v2
25+
- uses: actions/checkout@v4
2626

2727
- name: Install cfbs with pip
2828
run: pip3 install cfbs

0 commit comments

Comments
 (0)