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 1403f05 commit c010950Copy full SHA for c010950
.github/workflows/my-test.yml
@@ -16,10 +16,10 @@ jobs:
16
- name: Checkout repo from GitHub Tools SAP
17
uses: actions/checkout@v4
18
with:
19
- repository: SapMachine/DUMMY
+ repository: SapMachine/SapMachineIOPage
20
token: ${{ secrets.GHE_PAT }}
21
github-server-url: https://github.tools.sap
22
- path: ghpagesrepo
+ ref: 'main'
23
24
# Step 3: Show current directory
25
- name: Print working directory
0 commit comments