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 a740ab4 commit 46a61d0Copy full SHA for 46a61d0
.github/workflows/publish-lowcoder-sdk.yml
@@ -15,7 +15,7 @@ jobs:
15
uses: actions/checkout@v3
16
17
- name: Hello
18
- run: 'echo "${{ github }}"'
+ run: 'echo "${{ github.repositoryUrl }}"'
19
20
- name: Check version changes
21
uses: EndBug/version-check@v1
0 commit comments