Skip to content

Commit

Permalink
Use correct checklist name in yml
Browse files Browse the repository at this point in the history
  • Loading branch information
richford committed Oct 19, 2024
1 parent 0bba710 commit 71dec0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/offboarding.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
EMPLOYEE_NAME: ${{ github.event.inputs.employee_name }}
EMPLOYEE_EMAIL: ${{ github.event.inputs.employee_email }}
run: |
sed -i "s/{{ employee_name }}/$EMPLOYEE_NAME/g" employee-lifecycle/onboarding-checklist.md
sed -i "s/{{ employee_email }}/$EMPLOYEE_EMAIL/g" employee-lifecycle/onboarding-checklist.md
sed -i "s/{{ employee_name }}/$EMPLOYEE_NAME/g" employee-lifecycle/offboarding-checklist.md
sed -i "s/{{ employee_email }}/$EMPLOYEE_EMAIL/g" employee-lifecycle/offboarding-checklist.md
CONTENT=$(cat employee-lifecycle/offboarding-checklist.md)
echo "content<<EOF" >> $GITHUB_ENV
echo "$CONTENT" >> $GITHUB_ENV
Expand Down

0 comments on commit 71dec0a

Please sign in to comment.