This repository has been archived by the owner on May 6, 2024. It is now read-only.
Merge pull request #1015 from GSA/release #4180
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: woke | |
# yamllint disable-line rule:truthy | |
on: | |
workflow_dispatch: | |
push: | |
permissions: read-all | |
jobs: | |
woke: | |
name: woke | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v3 | |
- name: woke | |
uses: get-woke/woke-action@v0 | |
with: | |
fail-on-error: false |