Skip to content

Commit

Permalink
update main workflow to use proper yml expressions
Browse files Browse the repository at this point in the history
  • Loading branch information
mszep authored Sep 1, 2021
1 parent a7784d9 commit 0004353
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:
credentials:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
options: -v $GITHUB_WORKSPACE:$GITHUB_WORKSPACE
volumes:
- ${{ github.workspace }}:${{ github.workspace }}

steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
Expand Down

0 comments on commit 0004353

Please sign in to comment.