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 f7a05d6 commit 5925de7Copy full SHA for 5925de7
.github/workflows/on-new-framework-tag.yml
@@ -12,7 +12,7 @@ jobs:
12
name: Checkout Framework
13
with:
14
repository: qooxdoo/qooxdoo
15
- ref: ${{ github.event.ref }}
+ ref: ${{ github.event.client_payload.ref }}
16
path: 'qooxdoo'
17
- uses: actions/checkout@v2
18
name: Checkout published docs
0 commit comments