Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
danadoherty639 committed Sep 26, 2024
1 parent 4f95265 commit 04f7122
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/workflow-restarter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@ jobs:
rerun:
runs-on: ubuntu-latest
steps:
# ABORT if not SOURCE_GITHUB_TOKEN environment variable set
# - name: Check for presence of SOURCE_GITHUB_TOKEN environment variable
# shell: bash
# run: |
# if [[ -z ]]; then
# echo "ERROR: \$SOURCE_GITHUB_TOKEN must be set by the calling workflow" 1>&2 && exit 1
# fi

- name: Checkout code
uses: actions/checkout@v4

Expand Down

0 comments on commit 04f7122

Please sign in to comment.