Skip to content

Commit 8bd8ba9

Browse files
[!][TASK] Adjust GH workflow to fix SHA commits: TYPO3-Documentation/render-guides#1194 (#128)
1 parent a51c227 commit 8bd8ba9

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/backport.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414
pull-requests: write # needed to open the PR
1515
steps:
1616
- name: Backport
17-
uses: m-kuhn/backport@v1.2.6
17+
uses: m-kuhn/backport@30b6e83906cc97bad3a02867181d6236becf68f9
1818
with:
1919
github_token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/test-documentation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout
11-
uses: actions/checkout@v4
11+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
1212

1313
- name: Test if the documentation will render without warnings
1414
run: |
1515
mkdir -p Documentation-GENERATED-temp \
1616
&& docker run --rm --pull always -v $(pwd):/project \
17-
ghcr.io/typo3-documentation/render-guides:latest --config=Documentation --no-progress --minimal-test
17+
ghcr.io/typo3-documentation/render-guides:latest --config=Documentation --no-progress --minimal-test

0 commit comments

Comments
 (0)