You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This action performs a scan of a file within the repository
Example
jobs:
verify_file:
runs-on: ubuntu-latestname: verify filesteps:
- uses: actions/checkout@v2
- id: foouses: archaic10/check-file-repository@v1with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}path_file: 'apps.js'
- name: Get the output foorun: echo "The time was ${{ steps.foo.outputs.result }}"
To use this action, simply pass the github_token and the path_file and a search for the file will start, if the file is not found the action will return not found.