Skip to content

Workflow file for this run

on: [push]
jobs:
test-public-repo:
runs-on: ubuntu-latest
name: Get the sha from public repo
steps:
- name: Checkout
id: checkout
uses: actions/checkout@v4
- name: Action Test
id: test
uses: davema-clan/github-action-tmp@main
with:
SECRETS_GITHUB_TOKEN: ${{ secrets.SECRETS_GITHUB_TOKEN }}