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 4fa5bed commit 8cb4a10Copy full SHA for 8cb4a10
.github/workflows/build-and-publish.yml
@@ -10,12 +10,11 @@ concurrency:
10
cancel-in-progress: false
11
12
env:
13
- SOURCE_REPO: 'eclipse-threadx/rtos-docs-asciidoc'
14
TARGET_REPO: 'eclipse-threadx/rtos-docs-html'
15
16
jobs:
17
build:
18
- if: github.repository == '${{ env.SOURCE_REPO }}'
+ if: github.repository == 'eclipse-threadx/rtos-docs-asciidoc'
19
runs-on: ubuntu-latest
20
steps:
21
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
0 commit comments