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.
2 parents d3213f7 + 76aa614 commit d749a8dCopy full SHA for d749a8d
.github/workflows/generate_changelog.yml
@@ -16,7 +16,7 @@ jobs:
16
runs-on: ubuntu-latest
17
steps:
18
- name: Checkout Repository
19
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
20
with:
21
token: '${{ secrets.GITHUB_TOKEN }}'
22
fetch-depth: 0
.github/workflows/test.yml
@@ -72,7 +72,6 @@ jobs:
72
pip install -r requirements.txt
73
fi
74
cd ..
75
-
76
- name: Setup extension
77
run: |
78
sed -i -e 's/use = config:.*/use = config:\/srv\/app\/src\/ckan\/test-core.ini/' test.ini
0 commit comments