Skip to content

Commit

Permalink
I dont know what I am doing
Browse files Browse the repository at this point in the history
  • Loading branch information
FG-TUM committed Feb 9, 2024
1 parent 78b11a2 commit aafa9af
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/DocTagChecker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Debug
- name: debug
run: |
echo "-----------------------------------"
echo $BRANCH_NAME
Expand All @@ -20,9 +20,10 @@ jobs:
echo "-----------------------------------"
echo ${{ github.ref_name }}
echo "-----------------------------------"
ACTION_VERSION=${BRANCH_NAME}
- name: Check for missing userdoc updates
# Use the version from the branch that triggered the workflow
# uses: AutoPas/DocTagChecker@${{ github.head_ref || github.ref_name }}
uses: AutoPas/DocTagChecker@${{ steps.debug.outputs.ACTION_VERSION }}
uses: AutoPas/DocTagChecker@main
with:
githubToken: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit aafa9af

Please sign in to comment.