We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b0d57d commit 588023aCopy full SHA for 588023a
.github/workflows/template-janitor.yml
@@ -21,7 +21,7 @@ jobs:
21
22
- name: Get organization and project name
23
run: |
24
- echo "NEW_ORG=${{ github.actor }}" >> $GITHUB_ENV
+ echo "NEW_ORG=${{ github.repository_owner }}" >> $GITHUB_ENV
25
echo "NEW_PROJECT=${{ github.event.repository.name }}" >> $GITHUB_ENV
26
27
- uses: octokit/[email protected]
@@ -32,6 +32,9 @@ jobs:
32
repo: ${{ env.NEW_PROJECT }}
33
env:
34
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
35
+ - run: "Release found: ${{ steps.get_repo_meta.outputs.data }}"
36
+ - name: "Release could not be found. Request failed with status ${{ steps.get_repo_meta.outputs.status }}"
37
+ if: ${{ failure() }}
38
39
# Rename all cpp_starter_project occurences to current repository and remove this workflow
40
- name: Insert new org and project
0 commit comments