Skip to content

Commit

Permalink
Add working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
amandahla committed Nov 29, 2023
1 parent bc849d2 commit 54f82d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish_charm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }}
- name: Get current run id
if: ${{ github.event_name == 'pull_request' }}
shell: bash
shell: bash
run: |
echo "RUN_ID=${{ github.run_id }}" >> $GITHUB_ENV
get-images:
Expand Down Expand Up @@ -143,6 +143,7 @@ jobs:
id: gen-rock-paths-and-images
uses: actions/[email protected]
with:
working-directory: ${{ inputs.working-directory }}
script: |
const path = require('path')
const workingDir = core.getInput('working-directory')
Expand Down

0 comments on commit 54f82d3

Please sign in to comment.