We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7beb82 commit 5b35dc1Copy full SHA for 5b35dc1
.github/workflows/score-resume.yaml
@@ -36,7 +36,7 @@ jobs:
36
ref: ${{ github.event.inputs.branch }}
37
token: ${{ secrets.REPO_TOKEN }}
38
39
- - name: Supress personal information (no-op)
+ - name: Suppress personal information (no-op)
40
# GitHub Actions only hides secrets that are referenced in the workflow file.
41
# This is a no-op step to ensure that the secrets are not exposed in the logs.
42
shell: bash
@@ -62,7 +62,7 @@ jobs:
62
63
- name: Run gemini-qualified action
64
id: gemini-check
65
- uses: dev-dull/job-search-automations/gemini-qualified@v1.0.2
+ uses: dev-dull/job-search-automations/gemini-qualified@vc7beb82ecba3f30229e1c639902d4ed84cfb4a6b
66
with:
67
GOOGLE_API_KEY: ${{ secrets.GOOGLE_API_KEY }}
68
RESUME_TEXT: ${{ env.RESUME_TEXT }}
0 commit comments