Skip to content

Commit

Permalink
fix: troubleshooting Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
rosnovsky committed Nov 19, 2023
1 parent 3d9dc60 commit 8fb395a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/generate-pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,11 @@ jobs:
steps:
- name: Check out repository
uses: actions/checkout@v4
with:
token: ${{ secrets.GITHUB_TOKEN }} # Use your PAT here

- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: "20" # Specify the Node.js version
node-version: "20.5.0"

- name: Install dependencies
run: npm install -g pnpm && pnpm install # Install dependencies
Expand All @@ -40,5 +38,5 @@ jobs:
git config --global user.name "${{ github.actor }}"
git config --global user.email "${{ github.actor}}@users.noreply.github.com"
git add output/art_rosnovsky_software_engineer.pdf
git commit -m "${{ github.event.head_commit.message }}"
git commit -am "update resume PDF"
git push

0 comments on commit 8fb395a

Please sign in to comment.