Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions responses/11_workflow-steps.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ All of this happens automatically once a pull request is merged!
uses: mattdavis0351/actions/docker-gpr@v1
with:
repo-token: {% raw %}${{ secrets.GITHUB_TOKEN }}{% endraw %}
image-name: tic-tac-toe
image-name: {{user.login}}-aws-ttt
```
1. Commit the workflow to this branch.

Expand Down Expand Up @@ -99,5 +99,5 @@ jobs:
uses: mattdavis0351/actions/docker-gpr@v1
with:
repo-token: {% raw %}${{ secrets.GITHUB_TOKEN }}{% endraw %}
image-name: tic-tac-toe
image-name: {{user.login}}-aws-ttt
```