Skip to content

Commit

Permalink
ls -a
Browse files Browse the repository at this point in the history
  • Loading branch information
Sasha committed Nov 15, 2023
1 parent 748e365 commit bd8570b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ubuntodotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,9 @@ jobs:

- name: Override page_url
id: change-page-url
run: echo "new_page_url=${{ steps.deployment.outputs.page_url }}index.html" >> $GITHUB_OUTPUT
run: echo "new_page_url=${{ steps.deployment.outputs.page_url }}index.html" >> $GITHUB_OUTPUT

- name: ls
run: ls -a


0 comments on commit bd8570b

Please sign in to comment.