Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
davema-clan committed Jul 1, 2024
1 parent 69f4e76 commit 75bc9cf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
File renamed without changes.
10 changes: 7 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,12 @@ jobs:
id: checkout
uses: actions/checkout@v4

- name: checkout action repo
uses: actions/checkout@v4
with:
repository: davema-clan/github-action-tmp
token: ${{ secrets.SECRETS_GITHUB_TOKEN }}

- name: Action Test
id: test
uses: davema-clan/github-action-tmp@main
with:
remote_host_test: ${{ secrets.TEST_HOST }}
uses: ./davema-clan/github-action-tmp/action.yaml

0 comments on commit 75bc9cf

Please sign in to comment.