Skip to content

Commit 5925de7

Browse files
committed
Fixed wrong ref variable
1 parent f7a05d6 commit 5925de7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/on-new-framework-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
name: Checkout Framework
1313
with:
1414
repository: qooxdoo/qooxdoo
15-
ref: ${{ github.event.ref }}
15+
ref: ${{ github.event.client_payload.ref }}
1616
path: 'qooxdoo'
1717
- uses: actions/checkout@v2
1818
name: Checkout published docs

0 commit comments

Comments
 (0)