You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| branch |:white_check_mark:| - | Always set this to `${{ github.head_ref }}` in order to work both with pull requests and push events |
25
+
| branch (depreciated with 3.0)|:white_check_mark:| - | Always set this to `${{ github.head_ref }}` in order to work both with pull requests and push events |
26
26
27
27
### Example Config
28
28
@@ -50,8 +50,6 @@ jobs:
50
50
- name: Prettify code
51
51
uses: creyD/prettier_action@v2.2
52
52
with:
53
-
# Push back to the same branch that was checked out
54
-
branch: ${{ github.head_ref }}
55
53
# This part is also where you can pass other options, for example:
0 commit comments