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 d4c1c5a commit 6181235Copy full SHA for 6181235
.github/workflows/build-using-buildscripts.yml
@@ -27,16 +27,16 @@ jobs:
27
- name: Checkout Together Action
28
uses: actions/checkout@v3
29
with:
30
- repository: cfengine/together-javascript-action
31
- ref: main
+ repository: craigcomstock/together-javascript-action
+ ref: 2025-04-15-tidy
32
ssh-key: ${{ secrets.GH_ACTIONS_SSH_DEPLOY_KEY_TOGETHER_REPO }}
33
ssh-known-hosts: github.com
34
35
- name: Action step
36
uses: ./
37
id: together
38
39
- myToken: ${{ secrets.GITHUB_TOKEN }}
+ myToken: "craigs-token"
40
41
- name: Checkout Core
42
0 commit comments